Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/bin/sage-runtests: Clarify where pytest would have to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 12, 2022
1 parent 7c46c08 commit 84d3d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sage-runtests
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ if __name__ == "__main__":
exit_code_pytest = 0

except ModuleNotFoundError:
print("Pytest is not installed, skip checking tests that rely on it.")
print("pytest is not installed in the venv, skip checking tests that rely on it")

if err == 0:
sys.exit(exit_code_pytest)
Expand Down

0 comments on commit 84d3d9e

Please sign in to comment.