You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test passes. My current workaround is to monkeypatch Progress to a dummy class that does nothing so not a HUGE deal, but this seems like not ideal behavior.
Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
Mac. Reproduced on multiple terminals.
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
Describe the bug
If you have a disabled progress bar it seems to create blank lines that break doctests:
pytest --doctest-modules
fails with:If you comment out:
The test passes. My current workaround is to monkeypatch
Progress
to a dummy class that does nothing so not a HUGE deal, but this seems like not ideal behavior.Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
Mac. Reproduced on multiple terminals.
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
If you're using Rich in a terminal:
The text was updated successfully, but these errors were encountered: