-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Needs InvestigationIssues which are likely in scope but need investigation to figure out the causeIssues which are likely in scope but need investigation to figure out the causeNeeds ReproIssues that need a reproducible example.Issues that need a reproducible example.bughelp wanted
Description
Recently, I've observed the test suite hanging in Travis on test_develop.py on test 6. Travis ends up killing the process after 10 minutes.
Here's one example.
The first incident can be found in this build, which reports pypy 5.8.0-beta0. But going back through the dozens of prior builds that succeeded, there was no change in pypy.
That failing test is already skipped in AppVeyor as reported in #851. And that test makes two calls to subprocess.check_call
which may be unreliable on PyPy3 as well.
Metadata
Metadata
Assignees
Labels
Needs InvestigationIssues which are likely in scope but need investigation to figure out the causeIssues which are likely in scope but need investigation to figure out the causeNeeds ReproIssues that need a reproducible example.Issues that need a reproducible example.bughelp wanted