No need to show pip freeze output on the console

This commit is contained in:
Jesse Zoldak
2017-12-12 12:17:54 -05:00
parent badb1f8482
commit 1db4b052c0

View File

@@ -308,8 +308,6 @@ def install_python_prereqs():
prereq_cache("Python prereqs", files_to_fingerprint, python_prereqs_installation)
sh("pip freeze")
@task
@timed