Skip to content

Commit 28070e6

Browse files
committed
Remove example from test_packages as it is out-of-date
1 parent 23c6f42 commit 28070e6

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/by_image/docker-stacks-foundation/test_packages.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
This choice is a tradeoff to cover the main requirements while achieving a reasonable test duration.
1919
However, it could be easily changed (or completed) to cover dependencies as well.
2020
Use `package_helper.installed_packages()` instead of `package_helper.requested_packages()`.
21-
22-
Example:
23-
24-
$ make test/docker-stacks-foundation
25-
26-
# [...]
27-
# tests/by_image/docker-stacks-foundation/test_packages.py::test_python_packages
28-
# -------------------------------- live log setup --------------------------------
29-
# 2024-01-21 17:46:43 [ INFO] Starting container quay.io/jupyter/docker-stacks-foundation ... (package_helper.py:55)
30-
# 2024-01-21 17:46:43 [ INFO] Running quay.io/jupyter/docker-stacks-foundation with args {'detach': True, 'tty': True, 'command': ['bash', '-c', 'sleep infinity']} ... (conftest.py:99)
31-
# 2024-01-21 17:46:44 [ INFO] Grabbing the list of manually requested packages ... (package_helper.py:83)
32-
# -------------------------------- live log call ---------------------------------
33-
# 2024-01-21 17:46:44 [ INFO] Testing the import of packages ... (test_packages.py:151)
34-
# 2024-01-21 17:46:44 [ INFO] Trying to import mamba (test_packages.py:153)
35-
# 2024-01-21 17:46:44 [ INFO] Trying to import jupyter_core (test_packages.py:153)
36-
PASSED [ 17%]
37-
# ------------------------------ live log teardown -------------------------------
38-
# [...]
39-
4021
"""
4122

4223
import logging

0 commit comments

Comments
 (0)