-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a couple of pip requirement lines (#651)
A change in the strictness of how pip requirements lines are parsed means that the lib needs a tactical fix to enable testing to move forwards. A more complete fix is to remove the upper bounds and the main development branch.
- Loading branch information
1 parent
4d6ce75
commit ce4b136
Showing
3 changed files
with
3 additions
and
3 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
git+https://github.com/me/qux#egg=qux | ||
setuptools_scm>=3.0<=3.4.1 | ||
setuptools_scm>=3.0,<=3.4.1 |