提交 ac3c3991 编写于 作者: H Hye Soo Yang 提交者: TensorFlower Gardener

PY3 migration - Remove PY2 test since there is PY3 equivalent:...

PY3 migration - Remove PY2 test since there is PY3 equivalent: //third_party/tensorflow/python/distribute/cluster_resolver:tpu_cluster_resolver_py_test

PiperOrigin-RevId: 286091355
Change-Id: I70930ca8ab0d0379370e9045b3823a84deb48d0b
上级 75effc18
......@@ -154,23 +154,6 @@ tf_py_test(
],
)
tf_py_test(
name = "tpu_cluster_resolver_py2_test",
size = "small",
srcs = ["tpu_cluster_resolver_test.py"],
grpc_enabled = True,
main = "tpu_cluster_resolver_test.py",
python_version = "PY3",
deps = [
":tpu_cluster_resolver_py",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:platform_test",
"//tensorflow/python:training_server_lib",
],
)
tf_py_test(
name = "slurm_cluster_resolver_py_test",
size = "small",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册