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 3ea88db commit eea6d99Copy full SHA for eea6d99
1 file changed
src/trio/_tests/test_exports.py
@@ -52,6 +52,9 @@ def _ensure_mypy_cache_updated() -> None:
52
"--config-file=",
53
"--cache-dir=./.mypy_cache",
54
"--no-error-summary",
55
+ # TODO: update our tests to use the exposed APIs
56
+ # instead of reading JSON
57
+ "--no-fixed-format-cache",
58
"-c",
59
"import trio",
60
],
0 commit comments