summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/metadata/fixtures.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-120910: Fix issue resolving relative paths outside site-packages. (#120911)Jason R. Coombs2024-06-231-0/+34
| | | Incorporates changes from importlib_metadata 7.2.1.
* gh-120801: Refactor importlib.metadata fixtures. (#120803)Jason R. Coombs2024-06-201-26/+7
| | | | These changes released with importlib_metadata 7.2.0.
* gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094)Jason R. Coombs2024-03-211-11/+11
| | | | | * 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-201-0/+380
* 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