mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2026-03-13 08:10:39 +08:00
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:
committed by
GitHub
parent
2b8ca97f91
commit
7326faa491
@@ -7,3 +7,5 @@ requests
|
||||
tomli
|
||||
tomli_w
|
||||
hatch
|
||||
# TODO: stick with virtualenv < 21 until a new hatch release
|
||||
virtualenv<21
|
||||
|
||||
Reference in New Issue
Block a user