aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2017-11-18 17:41:06 +0000
committerMarco Poletti <poletti.marco@gmail.com>2017-11-18 17:41:06 +0000
commit0c606277b9bdf590ef8631647ee21035a88ea77a (patch)
tree55c57221ce836dc20c791bc30e842952c260d471 /tests
parent2f58980962cb6ebd90f1e9f418df7da2387e3e0c (diff)
downloadgoogle-fruit-0c606277b9bdf590ef8631647ee21035a88ea77a.tar.gz
Make the Fruit tests pass with recent versions of Bazel (e.g. 0.7.0).
Diffstat (limited to 'tests')
-rw-r--r--tests/BUILD1
-rw-r--r--tests/build_defs.bzl1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/BUILD b/tests/BUILD
index 21119ee..fa6349f 100644
--- a/tests/BUILD
+++ b/tests/BUILD
@@ -88,7 +88,6 @@ py_library(
name = "fruit_test_common",
srcs = ["fruit_test_common.py", "fruit_test_config.py"],
imports = ["."],
- srcs_version = "PY3",
visibility = ["//third_party/fruit/tests:__subpackages__"],
)
diff --git a/tests/build_defs.bzl b/tests/build_defs.bzl
index 937969c..6cc71c2 100644
--- a/tests/build_defs.bzl
+++ b/tests/build_defs.bzl
@@ -4,7 +4,6 @@ def fruit_py_tests(srcs, data=[]):
native.py_test(
name = filename[:-3],
srcs = [filename],
- srcs_version = "PY3",
imports = ["."],
deps = [
"//third_party/fruit/tests:fruit_test_common",