From d35600d1bbac4a888ed1f3e8716fb5f28a70d01c Mon Sep 17 00:00:00 2001 From: Joshua Oreman Date: Wed, 12 Jul 2023 15:28:20 -0600 Subject: [PATCH] test_guest_mode_asyncgens works on pypy now --- trio/_core/_tests/test_guest_mode.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/trio/_core/_tests/test_guest_mode.py b/trio/_core/_tests/test_guest_mode.py index 27aa77a944..76ef228b99 100644 --- a/trio/_core/_tests/test_guest_mode.py +++ b/trio/_core/_tests/test_guest_mode.py @@ -533,10 +533,6 @@ async def trio_main(in_host): @pytest.mark.skipif(buggy_pypy_asyncgens, reason="PyPy 7.2 is buggy") -@pytest.mark.xfail( - sys.implementation.name == "pypy", - reason="async generator issue under investigation", -) @restore_unraisablehook() def test_guest_mode_asyncgens(): import sniffio