We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7414f99 commit f25b733Copy full SHA for f25b733
1 file changed
tests/regr_test.py
@@ -190,10 +190,7 @@ def run_testcases(
190
"--pretty",
191
"--config-file",
192
temp_config.name,
193
- # Avoid race conditions when reading the cache
194
- # (https://github.com/python/typeshed/issues/11220)
195
- "--no-incremental",
196
- # Avoid race conditions even harder
+ # Avoid race conditions when using the cache
197
# https://github.com/python/mypy/issues/13916
198
"--cache-dir",
199
temp_cache_dir,
0 commit comments