Skip to content

Commit

Permalink
Update tests/test_loop.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
sweatybridge and webknjaz authored Jul 28, 2021
1 parent b56b139 commit b99f35c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
platform.system() == "Windows", reason="the test is not valid for Windows"
)
async def test_subprocess_co(loop: Any) -> None:
assert PY_38 or threading.current_thread() is threading.main_thread()
proc = await asyncio.create_subprocess_shell(
"exit 0",
stdin=asyncio.subprocess.DEVNULL,
Expand Down

0 comments on commit b99f35c

Please sign in to comment.