Skip to content

Commit f25b733

Browse files
committed
Remove --no-incremental
1 parent 7414f99 commit f25b733

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/regr_test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,7 @@ def run_testcases(
190190
"--pretty",
191191
"--config-file",
192192
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
193+
# Avoid race conditions when using the cache
197194
# https://github.com/python/mypy/issues/13916
198195
"--cache-dir",
199196
temp_cache_dir,

0 commit comments

Comments
 (0)