Skip to content

Commit

Permalink
Merge pull request #479 from kurtmckee/rm-skip_missing_interpreters
Browse files Browse the repository at this point in the history
Remove the redundant tox `skip_missing_interpreters` setting
  • Loading branch information
kurtmckee authored Sep 26, 2024
2 parents a4a3ee5 + f9d39cb commit 93af72e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[tox]
min_version = 4.17.0
envlist =
coverage_erase
py{3.13, 3.12, 3.11, 3.10, 3.9, py3.10, py3.9}{-chardet, }
Expand All @@ -10,8 +11,6 @@ labels =
ci-test-macos = py{3.12, 3.9}-chardet
ci-test-windows = py{3.12, 3.9}-chardet
update = update
skip_missing_interpreters = True
min_version = 4.17.0


[testenv]
Expand Down

0 comments on commit 93af72e

Please sign in to comment.