8000 Assume backend/optional package checks fail after defined timeout · Issue #3444 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Assume backend/optional package checks fail after defined timeout #3444
Closed
@JDWarner

Description

@JDWarner

Over in scikit-image we're having some trouble with our Travis build, and it appears to be due to the matplotlib optional backend package check for Qt4 entering a subprocess and never returning under the Travis system Python (3.2.3). This results in an eventual Travis timeout.

See the bottom of this build log: https://travis-ci.org/JDWarner/scikit-image/jobs/34035472

The reason this happens is unclear and it would be ideal if this worked (as PyQt4 is present in that 3.2 build), but the real problem is that this can completely tank a CI build or install. Ergo, we recommend a timeout (perhaps ~15 seconds) for checking [optional] build packages.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0