Skip to content

Commit 2c0fdae

Browse files
committed
another non-win test
1 parent 7623baf commit 2c0fdae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_misc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import trio_asyncio
33
import asyncio
44
import trio
5+
import sys
56
from . import utils as test_utils
67

78
# from tests import aiotest
@@ -301,6 +302,8 @@ async def runner(*, task_status=trio.TASK_STATUS_IGNORED):
301302

302303

303304
@pytest.mark.trio
305+
@pytest.mark.skipif(sys.platform == 'win32',
306+
reason="Not supported on Windows")
304307
async def test_keyboard_interrupt_teardown():
305308
asyncio_loop_closed = trio.Event()
306309

0 commit comments

Comments
 (0)