mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Do not allocate TTY in tests if not needed (#2257)
This commit is contained in:
@@ -29,6 +29,5 @@ def test_check_extension(container: TrackedContainer, extension: str) -> None:
|
||||
LOGGER.info(f"Checking the extension: {extension} ...")
|
||||
container.run_and_wait(
|
||||
timeout=10,
|
||||
tty=True,
|
||||
command=["jupyter", "labextension", "check", extension],
|
||||
)
|
||||
|
Reference in New Issue
Block a user