Lock calls to latex in texmanager #5976

Merged
merged 1 commit into from Feb 8, 2016

Conversation

Projects
None yet
3 participants
Owner

jenshnielsen commented Feb 8, 2016

These seem to be one of the more common reasons for random failures in the test suite when running in parallel.

This code should really be rewritten using subprocess rather than os.system but I would like this minimal version to go against 2.0. The Locked context manager is not on 1.5.x so this is tricky to backport further.

Owner

jenshnielsen commented Feb 8, 2016

And I opened against the wrong branch ups

mdboom added the needs_review label Feb 8, 2016

@jenshnielsen jenshnielsen Lock calls to latex
These seem to be one of the reasons for random failures in the test suite when running in parallel
d1e6937

@tacaswell tacaswell added a commit that referenced this pull request Feb 8, 2016

@tacaswell tacaswell Merge pull request #5976 from jenshnielsen/locklatex
Lock calls to latex in texmanager
cfd95e0

@tacaswell tacaswell merged commit cfd95e0 into matplotlib:master Feb 8, 2016

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

tacaswell removed the needs_review label Feb 8, 2016

@tacaswell tacaswell added a commit that referenced this pull request Feb 8, 2016

@tacaswell tacaswell Merge pull request #5976 from jenshnielsen/locklatex
Lock calls to latex in texmanager
bb6978c
Owner

tacaswell commented Feb 8, 2016

backported to v2.x as bb6978c

jenshnielsen deleted the jenshnielsen:locklatex branch Feb 16, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment