Skip to content

Commit

Permalink
Disable more rich markup in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Nov 29, 2022
1 parent 62a40b7 commit 57e2dfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/conftest.py
Expand Up @@ -20,6 +20,10 @@ def configure_output():
"""
rich.reconfigure(
no_color=True,
color_system=None,
markup=False,
emoji=False,
highlight=False,
width=500,
)

Expand Down

0 comments on commit 57e2dfa

Please sign in to comment.