aboutsummaryrefslogtreecommitdiff
path: root/absl/testing/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'absl/testing/BUILD')
-rw-r--r--absl/testing/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/absl/testing/BUILD b/absl/testing/BUILD
index d1d04b4..2264567 100644
--- a/absl/testing/BUILD
+++ b/absl/testing/BUILD
@@ -91,6 +91,7 @@ py_test(
size = "small",
srcs = ["tests/absltest_filtering_test.py"],
data = [":tests/absltest_filtering_test_helper"],
+ python_version = "PY2",
srcs_version = "PY2AND3",
deps = [
":_bazelize_command",
@@ -114,6 +115,7 @@ py_test(
size = "medium",
srcs = ["tests/absltest_randomization_test.py"],
data = [":tests/absltest_randomization_testcase"],
+ python_version = "PY2",
srcs_version = "PY2AND3",
deps = [
":_bazelize_command",
@@ -139,6 +141,7 @@ py_test(
size = "small",
srcs = ["tests/absltest_sharding_test.py"],
data = [":tests/absltest_sharding_test_helper"],
+ python_version = "PY2",
srcs_version = "PY2AND3",
deps = [
":_bazelize_command",
@@ -161,6 +164,7 @@ py_test(
size = "small",
srcs = ["tests/absltest_test.py"],
data = [":tests/absltest_test_helper"],
+ python_version = "PY2",
srcs_version = "PY2AND3",
deps = [
":_bazelize_command",
@@ -185,6 +189,7 @@ py2py3_test_binary(
py_test(
name = "tests/flagsaver_test",
srcs = ["tests/flagsaver_test.py"],
+ python_version = "PY2",
srcs_version = "PY2AND3",
deps = [
":absltest",
@@ -196,6 +201,7 @@ py_test(
py_test(
name = "tests/parameterized_test",
srcs = ["tests/parameterized_test.py"],
+ python_version = "PY2",
srcs_version = "PY2AND3",
deps = [
":absltest",
@@ -208,6 +214,7 @@ py_test(
name = "tests/xml_reporter_test",
srcs = ["tests/xml_reporter_test.py"],
data = [":tests/xml_reporter_helper_test"],
+ python_version = "PY2",
srcs_version = "PY2AND3",
deps = [
":_bazelize_command",