summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_extern.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-2/+0
|
* Remove sys.modules hackDan Rose2019-10-271-0/+22
Fix #1888 (metadata accidentally not picklable), and removes a case where reimporting a vendored module results in a second copy of the same module.