Skip to content

Commit 8d4fe08

Browse files
Update tests/regr_test.py
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
1 parent 44d2e56 commit 8d4fe08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/regr_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ def run_testcases(
191191
"--pretty",
192192
"--config-file",
193193
temp.name,
194-
# Avoid race conditions when reading the cache
195-
# (https://github.com/python/typeshed/issues/11220)
194+
# Avoid race conditions when using the cache
195+
# https://github.com/python/mypy/issues/13916
196196
"--no-incremental",
197197
"--cache-dir",
198198
str(tempdir / ".mypy_cache" / version / platform),

0 commit comments

Comments
 (0)