Skip to content

Commit dcfbb63

Browse files
authored
chore: runs 'pip freeze' in system tests for debugging (#1504)
1 parent 42917f7 commit dcfbb63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@ def run_system(
342342

343343
install_systemtest_dependencies(session, install_test_extra, "-c", constraints_path)
344344

345+
# Print out package versions for debugging.
346+
session.run("python", "-m", "pip", "freeze")
347+
345348
# Run py.test against the system tests.
346349
pytest_cmd = [
347350
"py.test",

0 commit comments

Comments
 (0)