Skip to content

Commit

Permalink
Remove PYTHONUTF8 in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprengere committed Jan 5, 2024
1 parent 8ac945b commit 5e10399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ skip_missing_interpreters = true
envlist = py36,py37,py38,py39,py310,py311,py312,pypy3

[testenv]
setenv = PYTHONUTF8 = 1
deps = pytest
commands = py.test {posargs}

Expand Down

0 comments on commit 5e10399

Please sign in to comment.