Do not allocate TTY in tests if not needed (#2257)

This commit is contained in:
Ayaz Salikhov
2025-03-21 12:15:16 +00:00
committed by GitHub
parent f0ef7e30b2
commit 95aa99dd85
18 changed files with 3 additions and 47 deletions

View File

@@ -33,7 +33,6 @@ def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
timeout=60,
no_warnings=False,
volumes={str(host_data_dir): {"bind": cont_data_dir, "mode": "ro"}},
tty=True,
command=["bash", "-c", command],
)
warnings = TrackedContainer.get_warnings(logs)