importlib.metadata: Improve and test SimplePath protocol (#11436)

Co-authored-by: layday <layday@protonmail.com>
This commit is contained in:
Jelle Zijlstra
2024-02-18 00:36:01 -08:00
committed by GitHub
parent e961db9492
commit e5d25a7605
6 changed files with 60 additions and 8 deletions

View File

@@ -180,6 +180,8 @@ def run_testcases(
# Avoid race conditions when reading the cache
# (https://github.com/python/typeshed/issues/11220)
"--no-incremental",
# Not useful for the test cases
"--disable-error-code=empty-body",
]
if package.is_stdlib: