Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: fix test error when ghostscript not installed #3312

Merged
merged 1 commit into from Jul 27, 2014

Conversation

matthew-brett
Copy link
Contributor

Confusingly checkdep_ghostscript returns a tuple rather than a bool, so we
need to check an element of the tuple to see whether ghostscript is installed.
Put the test into a decorator in case we need it for another test.

Confusingly checkdep_ghostscript returns a tuple rather than a bool, so
we need to check an element of the tuple to see whether ghostscript is
installed.  Put the test into a decorator in case we need it for another
test.
tacaswell added a commit that referenced this pull request Jul 27, 2014
BUG: fix test error when ghostscript not installed
@tacaswell tacaswell merged commit 3540dff into matplotlib:v1.4.x Jul 27, 2014
@tacaswell
Copy link
Member

Merged. As this is mucking with the test code only (and it passes) assuming we get no other bugs I have no problem releasing off this branch.

@tacaswell tacaswell added this to the v1.4.0 milestone Jul 27, 2014
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.

None yet

2 participants