aboutsummaryrefslogtreecommitdiff
path: root/absl/testing/BUILD
diff options
context:
space:
mode:
authorMike Rovner <mrovner@google.com>2019-04-30 12:49:04 -0700
committerCopybara-Service <copybara-worker@google.com>2019-04-30 12:49:19 -0700
commit279525e5298f1d6d326bd556d2de5f401cd9cf0e (patch)
tree2380a0d6e255066778fbf38a9aba545b16301cb8 /absl/testing/BUILD
parent10655a808fe54538fb9cc59da4d97a5a161cac77 (diff)
downloadabsl-py-279525e5298f1d6d326bd556d2de5f401cd9cf0e.tar.gz
n/a
PiperOrigin-RevId: 246002812
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",