integration test: include pip freeze in output

This commit is contained in:
Min RK
2023-05-11 10:55:35 +02:00
parent 1dd25392a2
commit c1df7e9735

View File

@@ -178,6 +178,13 @@ def run_test(
test_name, test_name,
"/opt/tljh/hub/bin/python3 -m pip install -r /srv/src/integration-tests/requirements.txt", "/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( run_container_command(
test_name, test_name,
# We abort pytest after two failures as a compromise between wanting to # We abort pytest after two failures as a compromise between wanting to