We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffb4aa commit acc7156Copy full SHA for acc7156
noxfile.py
@@ -43,7 +43,7 @@ def tests(session: nox.Session) -> None:
43
deps.append("pytest-randomly")
44
45
session.install(*deps)
46
- session.install("-e", ".[test]")
+ session.install("-vv", "-e", ".[test]", silent=False)
47
if cryptography_version == "main":
48
session.install("git+https://github.com/pyca/cryptography.git")
49
0 commit comments