mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-16 19:20:31 +00:00
chore: fix test failure due to terminal error
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user