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:
Florian Bruhin 2024-01-30 20:22:16 +01:00
parent 94445413c4
commit cd25d8096d
1 changed files with 0 additions and 2 deletions

View File

@ -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