-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from sarugaku/backtrack-redo
- Loading branch information
Showing
6 changed files
with
150,760 additions
and
65 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,2 @@ | ||
Fix a state management bug that causes the resolver to enter an infinite loop | ||
in certain backtracking cases. |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"#": "See pypa/pip#9011 for more information", | ||
"index": "pypi-2020-11-17-cheroot", | ||
"requested": [ | ||
"coverage==5.3", | ||
"pytest-mock>=1.11.0", | ||
"pytest-sugar>=0.9.3", | ||
"pytest-testmon<1.0.0" | ||
], | ||
"resolved": { | ||
"atomicwrites": "1.4.0", | ||
"attrs": "20.3.0", | ||
"coverage": "5.3", | ||
"more-itertools": "8.6.0", | ||
"packaging": "20.4", | ||
"pluggy": "0.13.1", | ||
"py": "1.9.0", | ||
"pyparsing": "2.4.7", | ||
"pytest": "3.10.1", | ||
"pytest-mock": "3.2.0", | ||
"pytest-sugar": "0.9.4", | ||
"pytest-testmon": "0.9.13", | ||
"setuptools": "50.3.2", | ||
"six": "1.15.0", | ||
"termcolor": "1.1.0" | ||
} | ||
} |
Oops, something went wrong.