Skip to content

Commit 6983fea

Browse files
Update run-weakref.test
1 parent 00ba8b9 commit 6983fea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypyc/test-data/run-weakref.test

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

33
[case testWeakrefRef]
4+
import pytest
45
from weakref import ref
56

67
def test_weakref_ref():
@@ -18,6 +19,7 @@ def test_weakref_ref_with_callback():
1819
assert r() is None
1920

2021
[case testWeakrefProxy]
22+
import pytest
2123
from weakref import proxy
2224

2325
def test_weakref_proxy():

0 commit comments

Comments
 (0)