gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094)

* Apply changes from importlib_metadata 7.1.0

* Include the data sources in the makefile (even though they're not needed)
This commit is contained in:
Jason R. Coombs 2024-03-20 23:01:24 -04:00 • committed by GitHub
parent f4cc77d494
commit 667294d5b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 212 additions and 95 deletions

View file

@ -2356,6 +2356,11 @@ TESTSUBDIRS= idlelib/idle_test \
test/test_importlib/import_ \
test/test_importlib/metadata \
test/test_importlib/metadata/data \
test/test_importlib/metadata/data/sources \
test/test_importlib/metadata/data/sources/example \
test/test_importlib/metadata/data/sources/example/example \
test/test_importlib/metadata/data/sources/example2 \
test/test_importlib/metadata/data/sources/example2/example2 \
test/test_importlib/namespace_pkgs \
test/test_importlib/namespace_pkgs/both_portions \
test/test_importlib/namespace_pkgs/both_portions/foo \