Skip to content

Commit

Permalink
test_guest_mode_asyncgens works on pypy now
Browse files Browse the repository at this point in the history
  • Loading branch information
oremanj committed Jul 12, 2023
1 parent f307245 commit d35600d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions trio/_core/_tests/test_guest_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d35600d

Please sign in to comment.