mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
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:
parent
f4cc77d494
commit
667294d5b2
10 changed files with 212 additions and 95 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue