aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 11.3.1 in preparation for next release.11.3.1Jason R. Coombs2015-01-062-2/+2
|
* Use pytest.raises for brevity and clarity of purpose.Jason R. Coombs2015-01-061-3/+2
|
* Use pytests parametrize to create separate tests for each specJason R. Coombs2015-01-061-6/+6
|
* Refactor for clarityJason R. Coombs2015-01-061-3/+2
|
* Equal signs are now allowed in entry point names.Jason R. Coombs2015-01-061-1/+1
|
* Restore support for printable characters in the entry point name. Fixes #327.Jason R. Coombs2015-01-063-1/+19
|
* Bumped to 11.4 in preparation for next release.Jason R. Coombs2015-01-052-2/+2
|
* Added tag 11.3 for changeset a1a6a1ac9113Jason R. Coombs2015-01-051-0/+1
|
* Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed ↵11.3Jason R. Coombs2015-01-055-11/+31
| | | | EntryPoint._load.
* Update changelog.Jason R. Coombs2015-01-051-1/+3
|
* Add support for linkifying pip issues.Jason R. Coombs2015-01-051-0/+2
|
* Bumped to 11.3 in preparation for next release.Jason R. Coombs2015-01-052-2/+2
|
* Added tag 11.2 for changeset feb5971e7827Jason R. Coombs2015-01-051-0/+1
|
* Update changelog11.2Jason R. Coombs2015-01-051-0/+6
|
* Merge deprecation warning fixJason R. Coombs2015-01-051-0/+1
|\
| * Bump stacklevel to 2 to inform the caller of the issue.Jason R. Coombs2015-01-051-0/+1
| |
* | Bumped to 11.2 in preparation for next release.Jason R. Coombs2015-01-042-2/+2
| |
* | Added tag 11.1 for changeset 6cd2b18f4be2Jason R. Coombs2015-01-041-0/+1
| |
* | Update changelog11.1Jason R. Coombs2015-01-041-0/+11
| |
* | Fix test failure on Python 2Jason R. Coombs2015-01-041-0/+2
| |
* | Add test capturing expectation when dependencies conflict during resolve. ↵Jason R. Coombs2015-01-041-0/+25
| | | | | | | | Fixes #281
* | Normalize whitespaceJason R. Coombs2015-01-041-4/+6
| |
* | Only raise a ContextualVersionConflict when dependent requirements are present.Jason R. Coombs2015-01-041-1/+11
| |
* | No need to mutate the set to a list; just use the set.Jason R. Coombs2015-01-041-2/+2
| |
* | Split out ContextualVersionConflictJason R. Coombs2015-01-041-11/+18
| |
* | Test the report methodJason R. Coombs2015-01-043-11/+33
| |
* | Add test for WorkingSet.find() when a conflict occurs.Jason R. Coombs2015-01-041-0/+16
| |
* | Remove unreachable branchJason R. Coombs2015-01-041-2/+1
| |
* | Add another assertion on the exception.Jason R. Coombs2015-01-041-1/+4
| |
* | Extract variableJason R. Coombs2015-01-041-4/+2
| |
* | Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-044-33/+11
| |
* | Skip integration tests when one of the packages under test is already ↵Jason R. Coombs2015-01-041-0/+11
| | | | | | | | installed, as the installation will fail in that case.
* | And again in doctestJason R. Coombs2015-01-041-2/+1
| |
* | Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-0410-49/+27
| |
* | It appears as if Python 2.6 gets its warnings on a different pipe.Jason R. Coombs2015-01-031-2/+6
| |
* | Remove dependence of the script on its own file, but instead generate the ↵Jason R. Coombs2015-01-031-6/+12
| | | | | | | | necessary file in a temporary directory.
* | Rewrite commentJason R. Coombs2015-01-031-3/+2
| |
* | Extract variable for clearer assertion.Jason R. Coombs2015-01-031-5/+2
| |
* | Pull logic out of the contextJason R. Coombs2015-01-031-7/+8
| |
* | Use contexts.quiet for stdout/stderr trappingJason R. Coombs2015-01-031-8/+5
| |
* | Use mock to patch sys.platformJason R. Coombs2015-01-031-3/+1
| |
* | Use mock to patch sys.modulesJason R. Coombs2015-01-031-9/+2
| |
* | Test is passing when LC_CTYPE isn't present. According to the original ↵Jason R. Coombs2015-01-031-1/+1
| | | | | | | | ticket, Distribute 103, this test was only failing for "C" and "POSIX", so only expect the failure there.
* | Rewrite skip/xfailJason R. Coombs2015-01-031-17/+19
| |
* | Restore missing importJason R. Coombs2015-01-031-1/+1
| |
* | Moved test_resources and test_pkg_resources to pkg_resources package.Jason R. Coombs2015-01-033-4/+4
| |
* | Remove remaining reference to setuptools from test_resourcesJason R. Coombs2015-01-032-2/+3
| |
* | Moved TestScriptHeader tests to more appropriate module.Jason R. Coombs2015-01-032-69/+70
| |
* | Correct project nameJason R. Coombs2015-01-021-1/+1
| |
* | Bumped to 11.1 in preparation for next release.Jason R. Coombs2015-01-022-2/+2
| |