chore: fix test failure due to terminal error

This commit is contained in:
Matthias 2024-08-29 20:05:48 +02:00
parent d05ca3db0b
commit 59d47955a0

View File

@ -59,7 +59,7 @@ class HyperoptOutput:
max_rows: Optional[int] = None
if self._streaming:
if self._streaming and "pytest" not in sys.modules:
ts = get_terminal_size()
# Get terminal size.
# Account for header, borders, and for the progress bar.