Skip to content

Commit 428cef0

Browse files
authored
Oops, there was another cache change
1 parent eea6d99 commit 428cef0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/trio/_tests/test_exports.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ def _ensure_mypy_cache_updated() -> None:
5353
"--cache-dir=./.mypy_cache",
5454
"--no-error-summary",
5555
# TODO: update our tests to use the exposed APIs
56-
# instead of reading JSON
56+
# instead of reading JSON... or use dmypy?
5757
"--no-fixed-format-cache",
58+
"--no-sqlite-cache",
5859
"-c",
5960
"import trio",
6061
],

0 commit comments

Comments
 (0)