summaryrefslogtreecommitdiff
path: root/pkg_resources/tests/test_find_distributions.py
Commit message (Collapse)AuthorAgeFilesLines
* Failing test for #2489Tim Hatch2020-12-211-0/+9
|
* test: drop pkg_resources tests dependency on easy_installBenoit Pierre2019-11-131-45/+13
|
* Feed the hobgoblins (delint).Jason R. Coombs2018-03-061-0/+1
|
* Better detect unpacked eggsLeonardo Rochael Almeida2017-07-311-0/+65
Do not assume a directory named in `.egg` is an egg, unless it has an actual egg metadata directory. Closes #462