From 7326faa491a79dc893ed2e911de2d2bbf4169243 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Thu, 26 Feb 2026 14:45:44 +0100 Subject: [PATCH] Require virtualenv<21 for tox -e generate (#4265) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gen-requirements: stay with virtualenv < 21 No idea what's going on but looks like hatch / hatchling has issues with latest virtualenv 21: Environment `hatch-build` is incompatible: module 'virtualenv.discovery.builtin' has no attribute 'propose_interpreters' * Update gen-requirements.txt Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com> --------- Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com> --- gen-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gen-requirements.txt b/gen-requirements.txt index 2512362a9..203cd7b7b 100644 --- a/gen-requirements.txt +++ b/gen-requirements.txt @@ -7,3 +7,5 @@ requests tomli tomli_w hatch +# TODO: stick with virtualenv < 21 until a new hatch release +virtualenv<21