Skip to content

Commit

Permalink
ci: force terminal mode in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ authored Jan 3, 2025
1 parent 8ecc9ac commit a3f17b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
def pytest_runtest_setup(item: Item) -> None:
"""Setup python encoding before `pytest_runtest_call(item)`."""
os.environ["PYTHONIOENCODING"] = "utf-8"
os.environ["FORCE_TERMINAL_MODE"] = "true"

0 comments on commit a3f17b8

Please sign in to comment.