Skip to content

Commit acc7156

Browse files
committed
debug
1 parent 9ffb4aa commit acc7156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def tests(session: nox.Session) -> None:
4343
deps.append("pytest-randomly")
4444

4545
session.install(*deps)
46-
session.install("-e", ".[test]")
46+
session.install("-vv", "-e", ".[test]", silent=False)
4747
if cryptography_version == "main":
4848
session.install("git+https://github.com/pyca/cryptography.git")
4949

0 commit comments

Comments
 (0)