We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be50645 commit 1fe3755Copy full SHA for 1fe3755
morph_net/framework/BUILD
@@ -1,6 +1,6 @@
1
load("//devtools/python/blaze:strict.bzl", "py_strict_test")
2
load("//devtools/python/blaze:pytype.bzl", "pytype_library")
3
-load("//devtools/python/blaze:python3.bzl", "py2and3_test")
+load("//devtools/python/blaze:python3.bzl", "py2and3_strict_test", "py2and3_test")
4
5
package(default_visibility = ["//visibility:public"])
6
@@ -391,10 +391,9 @@ py2and3_test(
391
],
392
)
393
394
-py_strict_test(
+py2and3_strict_test(
395
name = "op_handlers_test",
396
srcs = ["op_handlers_test.py"],
397
- python_version = "PY2",
398
deps = [
399
":op_handlers",
400
"//learning/brain/public:disable_tf2", # build_cleaner: keep; go/disable_tf2
0 commit comments