Skip to content

Commit

Permalink
ci: remove force terminal mode from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ authored Jan 3, 2025
1 parent 02f6f56 commit c3f4e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
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 c3f4e45

Please sign in to comment.