Skip to content

Commit 4e5ca41

Browse files
Update run-weakref.test
1 parent 4e0628b commit 4e5ca41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/test-data/run-weakref.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test cases for weakrefs (compile and run)
22

33
[case testWeakrefRef]
4-
import pytest
4+
import pytest # type: ignore [import-not-found]
55
from weakref import ref
66

77
def test_weakref_ref():
@@ -19,7 +19,7 @@ def test_weakref_ref_with_callback():
1919
assert r() is None
2020

2121
[case testWeakrefProxy]
22-
import pytest
22+
import pytest # type: ignore [import-not-found]
2323
from weakref import proxy
2424

2525
def test_weakref_proxy():

0 commit comments

Comments
 (0)