We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f5c9b commit 7623bafCopy full SHA for 7623baf
1 file changed
tests/test_aio_subprocess.py
@@ -13,6 +13,8 @@
13
14
from . import utils as test_utils
15
16
+pytestmark = pytest.mark.skipif(sys.platform == 'win32',
17
+ reason="Not supported on Windows")
18
19
class MySubprocessProtocol(asyncio.SubprocessProtocol):
20
def __init__(self, loop):
0 commit comments