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 55f1f66 commit f65e640Copy full SHA for f65e640
mypyc/test-data/run-weakref.test
@@ -1,6 +1,7 @@
1
# Test cases for weakrefs (compile and run)
2
3
[case testWeakrefRef]
4
+import pytest # type: ignore [import-not-found]
5
from weakref import ref
6
from mypy_extensions import mypyc_attr
7
0 commit comments