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 4e0628b commit 4e5ca41Copy full SHA for 4e5ca41
mypyc/test-data/run-weakref.test
@@ -1,7 +1,7 @@
1
# Test cases for weakrefs (compile and run)
2
3
[case testWeakrefRef]
4
-import pytest
+import pytest # type: ignore [import-not-found]
5
from weakref import ref
6
7
def test_weakref_ref():
@@ -19,7 +19,7 @@ def test_weakref_ref_with_callback():
19
assert r() is None
20
21
[case testWeakrefProxy]
22
23
from weakref import proxy
24
25
def test_weakref_proxy():
0 commit comments