From 2550033b0720d077687cc9fc04c005f7fd31e71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 13 Jan 2026 16:43:32 +0100 Subject: [PATCH] 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] --- plan.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan.fmf b/plan.fmf index 52011e3..b890506 100644 --- a/plan.fmf +++ b/plan.fmf @@ -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