Making the pip smoke test warning clearer.

Change: 155094164
This commit is contained in:
A. Unique TensorFlower 2017-05-04 09:22:47 -08:00 committed by TensorFlower Gardener
parent 0cd6405a02
commit 94e7325bbf

View File

@ -122,7 +122,10 @@ def main():
affected_tests_list = affected_tests.split("\n")[:-2]
print("\n".join(affected_tests_list))
raise RuntimeError("One or more dependencies are not in the pip package.")
raise RuntimeError("""One or more dependencies are not in the pip package.
Please either blacklist the dependencies in
tensorflow/tensorflow/tensorflow/tools/pip_package/pip_smoke_test.py
or add them to tensorflow/tensorflow/tensorflow/tools/pip_package/BUILD.""")
else:
print("TEST PASSED")