Skip to content

Commit

Permalink
No external change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 179881638
  • Loading branch information
Dandelion Man? authored and tensorflower-gardener committed Dec 22, 2017
1 parent 4274682 commit 088bf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tensorflow.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ def tf_py_wrap_cc(name,
# 1. When --define=no_tensorflow_py_deps=true, the py_test depends on a marker
# file of the pip package, the test gets to rerun when the pip package change.
# Note that this only works on Windows. See the definition of
# //tensorflow/tools/pip_package:win_pip_package_marker for specific reasons.
# //third_party/tensorflow/tools/pip_package:win_pip_package_marker for specific reasons.
# 2. When --define=no_tensorflow_py_deps=false (by default), it's a normal py_test.
def py_test(deps=[], data=[], **kwargs):
native.py_test(
Expand Down

0 comments on commit 088bf69

Please sign in to comment.