-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Some packages put rather important functionality behind [extras]
, and these are not followed up by install-minimums
, which can leave a broken test state if not specified directly.
Proposed Solution
- figure out how to make the spec building discover these when solving
- add something similar to
test-sdist
'spackage_spec
Alternatives
- document options for
install-minimums
users- avoid using
[extras]
😝 - re-capture the upstream's
[extra]
as another extra
- avoid using
Additional context
- example log for a PR that exists mostly to opt in to
jsonschema[format-nongpl]
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request