Skip to content

Commit

Permalink
Specify a minimum tox version (#45)
Browse files Browse the repository at this point in the history
Versions of tox before 3.18.1 are incompatible due to a bug in tox.
  • Loading branch information
jranieri-grammatech committed Nov 17, 2022
1 parent 6d1bd7d commit 24aa1b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Expand Up @@ -72,6 +72,8 @@ legacy_tox_ini = """
envlist = py37, py38, py39, py310, py311, pypy3
skip_missing_interpreters = true
isolated_build = true
# Need tox 3.18.1 or newer due to https://github.com/tox-dev/tox/issues/1344
minversion = 3.18.1
[testenv]
extras = test
Expand Down

0 comments on commit 24aa1b5

Please sign in to comment.