mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
integration test: include pip freeze in output
This commit is contained in:
7
.github/integration-test.py
vendored
7
.github/integration-test.py
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user