Skip to content

Commit 096aef1

Browse files
1 parent 5e981f9 commit 096aef1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎samples/snippets/noxfile.py‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,6 @@ def _session_tests(
228228
elif "pytest-xdist" in packages:
229229
concurrent_args.extend(["-n", "auto"])
230230

231-
# Print out package versions for debugging.
232-
session.run("python", "-m", "pip", "freeze")
233-
234231
session.run(
235232
"pytest",
236233
*(PYTEST_COMMON_ARGS + session.posargs + concurrent_args),

0 commit comments

Comments
 (0)