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 eca2ff5 commit 57b314cCopy full SHA for 57b314c
1 file changed
tests/test_mypy.yml
@@ -1360,6 +1360,7 @@
1360
C(0).total = 1 # E: Property "total" defined in "C" is read-only [misc]
1361
1362
- case: testTypeInAttrDeferredStar
1363
+ disable_cache: true # fails with cache w/ pytest 9 / pytest-mypy-plugins 4
1364
main: |
1365
import lib
1366
files:
@@ -1381,6 +1382,7 @@
1381
1382
1383
1384
- case: testAttrsDefaultsMroOtherFile
1385
1386
1387
import a
1388
0 commit comments