Skip to content

Commit

Permalink
Only use old virtualenv with old tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Oct 22, 2024
1 parent 4402808 commit eaba4de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def long_description():
"pytest",
"pytest-xdist",
"packaging",
"virtualenv<20.22", # pin required for tests with Python 3.6 envs
],
},
python_requires=">=3.6",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ extras =
tests
deps=
tox3: tox < 4
tox3: virtualenv < 20.22
tox4: tox >=4.0.15,< 5
commands =
pytest -v {posargs} tests
Expand Down

0 comments on commit eaba4de

Please sign in to comment.