Clean up skip in test_types

This commit is contained in:
Padraic Fanning
2021-10-18 21:15:18 -04:00
parent 8f8499283d
commit 3d1f88417e

View File

@@ -1484,7 +1484,6 @@ class CoroutineTests(unittest.TestCase):
self.assertIs(foo(), coro)
self.assertIs(foo().__await__(), coro)
@unittest.skip("TODO: RUSTPYTHON, unittest.mock")
def test_duck_gen(self):
class GenLike:
def send(self): pass