Skip to content

Commit

Permalink
Remove default encoding checks for py-fast tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Oct 2, 2023
1 parent 8daf920 commit 992952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setenv = COVERAGE_FILE = {env:COVERAGE_FILE:.coverage}
extras = dev
commands =
!fast : python -X warn_default_encoding -m coverage run -m pytest {posargs:-vv --color yes}
fast : python -X warn_default_encoding -m pytest {posargs:-vv --color yes -n auto}
fast : python -m pytest {posargs:-vv --color yes -n auto}

[testenv:coverage{,38,39,310,311,312}{,-ci}{,-platform,-platform-linux,-platform-macos,-platform-windows,-project}{,-keep}{,-html}]
depends = py{,38,39,310,311,312}
Expand Down

0 comments on commit 992952a

Please sign in to comment.