Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flakiness in test_subprocess::test_basic
python-triogh-1514 introduced a race condition in this test: now if the process runs quickly enough, the returncode might have magically become non-None before we check it. Example failure: https://travis-ci.org/github/python-trio/trio/jobs/690291915 There are other tests that check the 'p.returncode is None' case (e.g. test_auto_update_returncode), so we can just delete this.
- Loading branch information