Skip to content

Commit eea6d99

Browse files
authored
Revert to old mypy cache
1 parent 3ea88db commit eea6d99

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/trio/_tests/test_exports.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ def _ensure_mypy_cache_updated() -> None:
5252
"--config-file=",
5353
"--cache-dir=./.mypy_cache",
5454
"--no-error-summary",
55+
# TODO: update our tests to use the exposed APIs
56+
# instead of reading JSON
57+
"--no-fixed-format-cache",
5558
"-c",
5659
"import trio",
5760
],

0 commit comments

Comments
 (0)