File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,13 @@ Note that ``package[]`` would continue to be equivalent to ``package`` and would
229229not be provided as a way to install without default extras (see the `Rejected
230230Ideas `_ section for the rationale).
231231
232+ We also note that some tools such as `pip `_ currently ignore unrecognized
233+ extras, and emit a warning to the user to indicate that the extra has not been
234+ recognized. In this case, if no extras are recognized as being valid in a
235+ dependency specification, we recommend that this case be treated as if the user
236+ had not passed any explicit extras, and therefore any default extras should be
237+ installed.
238+
232239Installing without default extras
233240---------------------------------
234241
You can’t perform that action at this time.
0 commit comments