Require virtualenv<21 for tox -e generate (#4265)

* 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>
This commit is contained in:
Riccardo Magliocchetti
2026-02-26 14:45:44 +01:00
committed by GitHub
parent 2b8ca97f91
commit 7326faa491

View File

@@ -7,3 +7,5 @@ requests
tomli
tomli_w
hatch
# TODO: stick with virtualenv < 21 until a new hatch release
virtualenv<21