-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
C: testsTesting and related thingsTesting and related thingsgood first issueA good item for first time contributors to work onA good item for first time contributors to work onstate: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: docsDocumentation relatedDocumentation related
Description
What's the problem this feature will solve?
This (coupled with maybe a new explicit test) will provide a guarantee to users that the following use case is supported:
[project]
name = "pkg"
[project.optional-dependencies]
all = ["pkg[a]", "pkg[b]"]
a = ["..."]
b = ["..."]
Describe the solution you'd like
Add a note in docs + a new test that explicitly checks this
Alternative Solutions
N/A
Additional context
@ichard26 found that this has been supported since 21.2 (tested by @henryiii) #10393 (comment)
Code of Conduct
- I agree to follow the PSF Code of Conduct.
ichard26, astrojuanlu, MicaelJarniac, rfsan, funkyfuture and 4 morehenryiii
Metadata
Metadata
Assignees
Labels
C: testsTesting and related thingsTesting and related thingsgood first issueA good item for first time contributors to work onA good item for first time contributors to work onstate: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: docsDocumentation relatedDocumentation related