Skip to content

Commit

Permalink
test: disable our one py_test
Browse files Browse the repository at this point in the history
This should unblock Bazel 0.27 RC which requires a python toolchain
  • Loading branch information
alexeagle committed Jun 11, 2019
1 parent bff5d94 commit 9ede30d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ py_test(
size = "small",
srcs = ["check_version_test.py"],
data = [":check_version.bzl"],
# exclude this test from //... expansion
# it uses Python which requires toolchain configuration
# TODO(alexeagle): switch to starlark test mechanism
tags = ["manual"],
)

filegroup(
Expand Down

0 comments on commit 9ede30d

Please sign in to comment.