commit | f716d8b7a53ee2ed3b6dc42f7f6b00ac211209d8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 15 22:52:59 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 15 22:52:59 2015 +0100 |
tree | e3e869e47259a968d24cb3f80b72f926bba24188 | |
parent | 406204c8c2e2adb890b29210c905f6fc7164b397 [diff] |
Issue #22685: Fix test_pause_reading() of asyncio/test_subprocess Override the connect_read_pipe() method of the loop to mock immediatly pause_reading() and resume_reading() methods. The test failed randomly on FreeBSD 9 buildbot and on Windows using trollius.