mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
importlib.metadata: Improve and test SimplePath protocol (#11436)
Co-authored-by: layday <layday@protonmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user