Revert "echo SHA immediately before running pytest"

This reverts commit 84c0ee0b05.
This commit is contained in:
Tim Snyder 2022-07-25 19:53:34 +00:00
parent 2f38699c41
commit e1727758e9
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ def run_manager_pytests():
""" Runs all manager pytests """
with cd(manager_fsim_dir), prefix('source env.sh'):
run("git rev-parse HEAD")
run("cd deploy && python3 -m pytest")
if __name__ == "__main__":