From c1df7e973599528a2512d0e072f6e809affaff11 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 11 May 2023 10:55:35 +0200 Subject: [PATCH] integration test: include pip freeze in output --- .github/integration-test.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/integration-test.py b/.github/integration-test.py index f3c42b7..90875d1 100755 --- a/.github/integration-test.py +++ b/.github/integration-test.py @@ -178,6 +178,13 @@ def run_test( test_name, "/opt/tljh/hub/bin/python3 -m pip install -r /srv/src/integration-tests/requirements.txt", ) + + # show environment + run_container_command( + test_name, + "/opt/tljh/hub/bin/python3 -m pip freeze", + ) + run_container_command( test_name, # We abort pytest after two failures as a compromise between wanting to