-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate requirements format "base>=1.0[extra]"
This requirements format does not conform to PEP-508. Add deprecation warning and fix the corresponding test. Note that the actual added check ensures the specifier is compliant with PEP-440 (the specifier version is invalid "1.0[extra]").
- Loading branch information
Jussi Kukkonen
committed
Jun 11, 2020
1 parent
bc6a3ef
commit f17daa0
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add deprecation warning for invalid requirements format "base>=1.0[extra]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters