mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
Do not allocate TTY in tests if not needed (#2257)
This commit is contained in:
@@ -12,7 +12,6 @@ def test_spark_shell(container: TrackedContainer) -> None:
|
||||
logs = container.run_and_wait(
|
||||
timeout=60,
|
||||
no_warnings=False,
|
||||
tty=True,
|
||||
command=["bash", "-c", 'spark-shell <<< "1+1"'],
|
||||
)
|
||||
warnings = TrackedContainer.get_warnings(logs)
|
||||
|
Reference in New Issue
Block a user