regr_test.py: Run mypy with --no-incremental (#11346)

This commit is contained in:
Alex Waygood
2024-01-30 16:59:20 +00:00
committed by GitHub
parent edd99220dc
commit c50a641fc8

View File

@@ -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: