summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_extern.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.