| commit | 332f858db62c5066163c37203a74554789554ed2 | [log] [tgz] |
|---|---|---|
| author | Katherine Wu <kathywu@google.com> | Wed Jun 29 13:45:37 2022 -0700 |
| committer | TensorFlower Gardener <gardener@tensorflow.org> | Wed Jun 29 13:49:05 2022 -0700 |
| tree | 931b0dd02f21c70c1d7cbf8b4c7e1fd16ad06425 | |
| parent | 2c4bfd2f533b3d6cdde7091a8e201d1b8d525f6c [diff] |
Change checkpoint_utils_test to a `tf_py_test`. Fixes breaking windows builds. PiperOrigin-RevId: 458053689
diff --git a/tensorflow/python/checkpoint/BUILD b/tensorflow/python/checkpoint/BUILD index c45276d..e63f6e0 100644 --- a/tensorflow/python/checkpoint/BUILD +++ b/tensorflow/python/checkpoint/BUILD
@@ -158,7 +158,7 @@ ], ) -py_test( +tf_py_test( name = "checkpoint_util_test", srcs = ["checkpoint_util_test.py"], deps = [