Skip to content

Commit

Permalink
Bumped the minimum tox version
Browse files Browse the repository at this point in the history
This version fixes the self referential dependencies issue so we no longer need the workaround.
  • Loading branch information
agronholm committed May 26, 2023
1 parent 50e654e commit a1afbdb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,15 @@ show_missing = true
[tool.tox]
legacy_tox_ini = """
[tox]
minversion = 4.0.0
envlist = pre-commit, py37, py38, py39, py310, py311, pypy3
skip_missing_interpreters = true
minversion = 4.4.3
[testenv]
depends = pre-commit
package = editable
commands = coverage run -m pytest {posargs}
extras =
test
trio
extras = test
[testenv:pre-commit]
depends =
Expand Down

0 comments on commit a1afbdb

Please sign in to comment.