aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources/tests/test_working_set.py
Commit message (Collapse)AuthorAgeFilesLines
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-05-121-2/+2
| | | | Fixes #2107
* Use raw strings for regular expressionsJason R. Coombs2018-06-031-2/+2
|
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-1/+3
|
* Feed the hobgoblins (delint).Jason R. Coombs2018-03-061-3/+7
|
* pkg_resources: improve WorkingSet.resolve(replace_conflicting=True)Benoit Pierre2017-08-291-0/+478
Correctly replace conflicting distributions in sub-requirements if possible (instead of only for top-level requirements passed as arguments). Fix #1124.