diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-15 13:25:08 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-15 13:25:08 (GMT) |
| commit | 9fef5244ebbfddf18889d2b9669f50e2ee3fc449 (patch) | |
| tree | d3854a28ee4ad0bebc5ea4384513ce2aea1523e2 /Lib/test/test_asyncio/test_subprocess.py | |
| parent | d021c1d3953f95745e30ec4148f324a8d28a29d0 (diff) | |
| parent | ab8848bc2a64930e0e9a2e56592bb692fb31d9e9 (diff) | |
| download | cpython-9fef5244ebbfddf18889d2b9669f50e2ee3fc449.zip cpython-9fef5244ebbfddf18889d2b9669f50e2ee3fc449.tar.gz cpython-9fef5244ebbfddf18889d2b9669f50e2ee3fc449.tar.bz2 | |
Merge 3.4 (asyncio)
Diffstat (limited to 'Lib/test/test_asyncio/test_subprocess.py')
| -rw-r--r-- | Lib/test/test_asyncio/test_subprocess.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_asyncio/test_subprocess.py b/Lib/test/test_asyncio/test_subprocess.py index b2f1b95..a4c1f69 100644 --- a/Lib/test/test_asyncio/test_subprocess.py +++ b/Lib/test/test_asyncio/test_subprocess.py @@ -286,6 +286,7 @@ class SubprocessMixin: # "Exception during subprocess creation, kill the subprocess" with test_utils.disable_logger(): self.loop.run_until_complete(cancel_make_transport()) + test_utils.run_briefly(self.loop) if sys.platform != 'win32': |
