1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-24 09:06:15 +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",
"pytest-xdist", "pytest-xdist",
"packaging", "packaging",
"virtualenv<20.22", # pin required for tests with Python 3.6 envs
], ],
}, },
python_requires=">=3.6", python_requires=">=3.6",