-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Summary
In #930 / commit d35a8c5, we pinned virtualenv<21 across all CI workflows to work around a breaking change in virtualenv 21.0.0 that removed the propose_interpreters attribute from virtualenv.discovery.builtin, which hatch 1.16.4 depends on.
This pin is a temporary workaround and should be removed once hatch releases a version compatible with virtualenv>=21.
Upstream tracking
What needs to happen
- Wait for the upstream hatch issue to be resolved and a new hatch version released
- Remove
'virtualenv<21'from allpip installlines in:.github/workflows/check.yaml(5 occurrences).github/workflows/test.yaml(3 occurrences)
- Verify CI passes without the pin
Files affected
.github/workflows/check.yaml.github/workflows/test.yaml
Related
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels