- 07 Apr, 2016 5 commits
-
-
Jason R. Coombs authored
Stop comparing repr()'s in TestEntryPoint
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Adjust expectation that 'extra' is not in the marker evaluation if no extras demanded the requirement.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Reinstate the or guard in WorkingSet._markers_pass
-
- 06 Apr, 2016 2 commits
-
-
Steve Kowalik authored
In Python 3, the default order of iterables can not determined, so comparing the repr of objects that include tuples is not static like it is under Python 2. Compare the attributes of EntryPoint instead, making sure to sort .attrs and .extras. Closes: #526
-
Steve Kowalik authored
-
- 05 Apr, 2016 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Restore evaluating environment markers in WorkingSet
-
Steve Kowalik authored
Correctly deal with parsed requirements that include extras as a marker inside WorkingSet that are populated from METADATA inside wheels, like we get from pip>=7. This partially reverts commit 04d10ff0. Closes: #523
-
- 01 Apr, 2016 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Drop unused safe_repr function
-
Steve Kowalik authored
When _assertIn was removed from test_resources, the safe_repr function was not dropped, leaving it with no callers, so drop it.
-
- 31 Mar, 2016 9 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 30 Mar, 2016 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
--HG-- branch : distribute
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Update vendored packaging to 16.6
-
- 29 Mar, 2016 9 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Don't test the bootstrap script. It fails when deploys are happening, which is common when releases are being made.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Logic in upload_docs will only trigger docs build if no docs dir was specified, so explicitly build during release. Fixes #524.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-