mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Do not allocate TTY in tests if not needed (#2257)
This commit is contained in:
@@ -40,7 +40,6 @@ def test_matplotlib(
|
||||
LOGGER.info(description)
|
||||
container.run_detached(
|
||||
volumes={str(host_data_dir): {"bind": cont_data_dir, "mode": "ro"}},
|
||||
tty=True,
|
||||
command=["bash", "-c", "sleep infinity"],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user