X Tutup
Skip to content

Lock calls to latex in texmanager#5976

Merged
tacaswell merged 1 commit intomatplotlib:masterfrom
jenshnielsen:locklatex
Feb 8, 2016
Merged

Lock calls to latex in texmanager#5976
tacaswell merged 1 commit intomatplotlib:masterfrom
jenshnielsen:locklatex

Conversation

@jenshnielsen
Copy link
Copy Markdown
Member

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.

@jenshnielsen jenshnielsen added this to the 2.0 (style change major release) milestone Feb 8, 2016
@jenshnielsen
Copy link
Copy Markdown
Member Author

And I opened against the wrong branch ups

These seem to be one of the reasons for random failures in the test suite when running in parallel
tacaswell added a commit that referenced this pull request Feb 8, 2016
Lock calls to latex in texmanager
@tacaswell tacaswell merged commit cfd95e0 into matplotlib:master Feb 8, 2016
tacaswell added a commit that referenced this pull request Feb 8, 2016
Lock calls to latex in texmanager
@tacaswell
Copy link
Copy Markdown
Member

backported to v2.x as bb6978c

@jenshnielsen jenshnielsen deleted the locklatex branch February 16, 2016 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup