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 eea6d99 commit 428cef0Copy full SHA for 428cef0
src/trio/_tests/test_exports.py
@@ -53,8 +53,9 @@ def _ensure_mypy_cache_updated() -> None:
53
"--cache-dir=./.mypy_cache",
54
"--no-error-summary",
55
# TODO: update our tests to use the exposed APIs
56
- # instead of reading JSON
+ # instead of reading JSON... or use dmypy?
57
"--no-fixed-format-cache",
58
+ "--no-sqlite-cache",
59
"-c",
60
"import trio",
61
],
0 commit comments