mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
regr_test.py: Run mypy with --no-incremental (#11346)
This commit is contained in:
@@ -177,6 +177,9 @@ def run_testcases(
|
||||
platform,
|
||||
"--strict",
|
||||
"--pretty",
|
||||
# Avoid race conditions when reading the cache
|
||||
# (https://github.com/python/typeshed/issues/11220)
|
||||
"--no-incremental",
|
||||
]
|
||||
|
||||
if package.is_stdlib:
|
||||
|
||||
Reference in New Issue
Block a user