summaryrefslogtreecommitdiff
path: root/pkg_resources/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1521 from uranusjr/normalize-path-normpathPaul Ganssle2018-11-101-0/+53
|\
| * Test normalize_path on various inputsTzu-ping Chung2018-10-291-4/+52
| * Call os.path.normpath to normalize paths for compTzu-ping Chung2018-10-251-0/+5
* | Add unit tests for PkgResourcesDeprecationWarningrobinjhuang2018-10-281-1/+10
|/
* Add test for cache_path race conditionPaul Ganssle2018-07-121-1/+32
* Use text_type and string_types from sixJason R. Coombs2018-06-031-7/+3
* Use raw strings for regular expressionsJason R. Coombs2018-06-031-2/+2
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-032-4/+8
* Drop support for EOL Python 3.3Hugo2018-05-241-3/+3
* python 2.7 does not implement object.__dir__()jeffrey k eliasen2018-05-151-0/+11
* testsjeffrey k eliasen2018-05-151-0/+18
* Extract version comparisons as pytest parameters.Jason R. Coombs2018-03-171-84/+51
* Feed the hobgoblins (delint).Jason R. Coombs2018-03-064-17/+41
* Add testcase for pkg_resources.ZipProvider.resource_listdirDoug Greiman2017-12-111-0/+35
* Merge branch 'master' into drop-py26Jason R. Coombs2017-11-191-2/+2
|\
| * Clean up resource warnings during testsJon Dufresne2017-09-161-2/+2
* | Merge branch 'master' into drop-py26Jason R. Coombs2017-09-034-5/+545
|\ \ | |/
| * pkg_resources: improve WorkingSet.resolve(replace_conflicting=True)Benoit Pierre2017-08-291-0/+478
| * Better detect unpacked eggsLeonardo Rochael Almeida2017-07-311-0/+65
| * tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-151-1/+1
| * Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-1/+1
| |\
| | * Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-02-241-1/+1
| * | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-242-3/+3
| |/
| * Rely on backports.unittest_mock plugin to make mock available on old Python v...Jason R. Coombs2017-01-301-4/+1
| * Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-012-3/+3
* | Drop support for Python 2.6, removing lots of compatibility code for a leaner...Jason R. Coombs2016-12-091-18/+10
|/
* Fix quantity of blank lines.stepshal2016-10-182-9/+3
* fix for extra names containing '-'Gabi Davar2016-08-231-0/+18
* Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-203-1/+12
* Add missing whitespace after comma.stepshal2016-08-181-35/+35
* Merge pull request #744 from stepshal/comparisonJason R. Coombs2016-08-171-1/+1
|\
| * Fix comparison with None.insiv2016-08-171-1/+1
* | Merge pull request #743 from stepshal/block-commentJason R. Coombs2016-08-171-1/+1
|\ \
| * | Fix spacing after comment hash.insiv2016-08-171-1/+1
| |/
* | Merge pull request #741 from stepshal/operatorsJason R. Coombs2016-08-171-6/+6
|\ \
| * | Add missing whitespace around operators.insiv2016-08-171-6/+6
| |/
* | Remove whitespace around parameter = sign.insiv2016-08-171-1/+1
|/
* Mark failing tests as xfail until they can be resolved. Ref #591.Jason R. Coombs2016-07-231-0/+5
* Always inject extra into the environment when evaluating markers. Fixes #544.Jason R. Coombs2016-04-151-9/+1
* Merge pull request #533 from s-t-e-v-e-n-k/compare-ep-attributesJason R. Coombs2016-04-071-1/+4
|\
| * Stop comparing repr()'s in TestEntryPointSteve Kowalik2016-04-061-1/+4
* | Adjust expectation that 'extra' is not in the marker evaluation if no extras ...Jason R. Coombs2016-04-071-3/+5
* | Extract _ReqExtras to encapsulate that functionality and decouple it from Wor...Jason R. Coombs2016-04-071-4/+19
* | Reinstate the or guard in WorkingSet._markers_passSteve Kowalik2016-04-061-0/+6
|/
* Restore evaluating environment markers in WorkingSetSteve Kowalik2016-04-051-5/+74
* Drop unused safe_repr functionSteve Kowalik2016-04-011-11/+0
* Bypass environment marker evaluation in requirements resolution. Ref #523.Jason R. Coombs2016-03-311-0/+1
* Extract separate test for test_environment_markers in test_resources. Remove ...Jason R. Coombs2016-03-311-2/+6
* Merge https://bitbucket.org/pypa/setuptools/pull-requests/185.Jason R. Coombs2016-03-291-0/+5
|\
| * Support environment markers in *_requires, via WorkingSet.Steve Kowalik2016-03-241-0/+5