Skip to content

Commit 9a9f357

Browse files
committed
mention issue #95 in xfail'ed test_cancel_loop
1 parent 898a2a4 commit 9a9f357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ async def run_asyncio_loop(nursery, *, task_status=trio.TASK_STATUS_IGNORED):
228228
# Trigger KeyboardInterrupt that should propagate accross the coroutines
229229
signal.pthread_kill(threading.get_ident(), signal.SIGINT)
230230

231-
@pytest.mark.xfail(reason="RuntimeError: Event loop is closed", raises=RuntimeError)
231+
@pytest.mark.xfail(reason="https://github.com/python-trio/trio-asyncio/issues/95", raises=RuntimeError)
232232
@pytest.mark.trio
233233
@pytest.mark.parametrize("throw_another", [False, True])
234234
async def test_cancel_loop(throw_another):

0 commit comments

Comments
 (0)