tox: Stop pinning virtualenv for Python 3.12
Reverts 0b0401f8bb
Fixed in virtualenv 20.23.0 which ships pip 23.1.2 which ships setuptools
67.7.2.
Archlinux upgraded finally in August:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenv/-/commits/main
This commit is contained in:
parent
94445413c4
commit
cd25d8096d
2
tox.ini
2
tox.ini
|
|
@ -16,8 +16,6 @@ setenv =
|
||||||
pyqt{515,5152}: PYTEST_QT_API=pyqt5
|
pyqt{515,5152}: PYTEST_QT_API=pyqt5
|
||||||
pyqt{515,5152}: QUTE_QT_WRAPPER=PyQt5
|
pyqt{515,5152}: QUTE_QT_WRAPPER=PyQt5
|
||||||
cov: PYTEST_ADDOPTS=--cov --cov-report xml --cov-report=html --cov-report=
|
cov: PYTEST_ADDOPTS=--cov --cov-report xml --cov-report=html --cov-report=
|
||||||
py312: VIRTUALENV_PIP=23.2
|
|
||||||
py312: PIP_REQUIRE_VIRTUALENV=0
|
|
||||||
passenv =
|
passenv =
|
||||||
PYTHON
|
PYTHON
|
||||||
DISPLAY
|
DISPLAY
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue