summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/metadata/data
Commit message (Collapse)AuthorAgeFilesLines
* gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094)Jason R. Coombs2024-03-214-0/+25
| | | | | * Apply changes from importlib_metadata 7.1.0 * Include the data sources in the makefile (even though they're not needed)
* gh-117089: Move importlib.metadata tests to their own package (#117092)Jason R. Coombs2024-03-204-0/+0
* Ensure importlib.metadata tests do not leak references in sys.modules. * Move importlib.metadata tests to their own package for easier syncing with importlib_metadata. * Update owners and makefile for new directories. * Add blurb