1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-23 16:46:14 +01:00

Tests: Pin virtualenv to <20.22, for Python 3.6 environments

This commit is contained in:
Miro Hrončok 2023-04-24 08:34:41 +02:00
parent 94c7ff899d
commit 10ff32b308

View File

@ -27,6 +27,7 @@ setup(
"pytest",
"pytest-xdist",
"packaging",
"virtualenv<20.22", # pin required for tests with Python 3.6 envs
],
},
python_requires=">=3.6",