diff --git a/noxfile.py b/noxfile.py index f79ed52da8..8059f4c8ce 100644 --- a/noxfile.py +++ b/noxfile.py @@ -342,6 +342,9 @@ def run_system( install_systemtest_dependencies(session, install_test_extra, "-c", constraints_path) + # Print out package versions for debugging. + session.run("python", "-m", "pip", "freeze") + # Run py.test against the system tests. pytest_cmd = [ "py.test",