Skip to content

Commit 87b4a0b

Browse files
committed
fix test_import
1 parent caca702 commit 87b4a0b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_builtin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ def check_iter_pickle(self, it, seq, proto):
153153
it = pickle.loads(d)
154154
self.assertEqual(list(it), seq[1:])
155155

156-
# TODO: RUSTPYTHON
157-
@unittest.expectedFailure
158156
def test_import(self):
159157
__import__('sys')
160158
__import__('time')

0 commit comments

Comments
 (0)