CI: Test tox -e py36 without explicit requirement for old virtualenv

The "native" support landed in https://src.fedoraproject.org/rpms/python-virtualenv/c/474b4b263e

[skip changelog]
This commit is contained in:
Miro Hrončok
2026-01-13 16:43:32 +01:00
parent 46c8a3f420
commit 2550033b07
+1 -1
View File
@@ -33,7 +33,7 @@ discover:
tests:
- name: smoke36
path: /smoke
test: VERSION=3.6 INSTALL_OR_SKIP=true TOX_REQUIRES="virtualenv<20.22.0" ./venv.sh
test: VERSION=3.6 INSTALL_OR_SKIP=true ./venv.sh
- name: smoke39
path: /smoke
test: VERSION=3.9 INSTALL_OR_SKIP=true ./venv.sh