-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Simplify empty-rasterized pdf test. #12262
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
Conversation
The test is about saving empty rasterized artists, not about PdfPages. This makes the test compatible with mplcairo, which doesn't support PdfPages.
@@ -234,9 +234,8 @@ def test_failing_latex(tmpdir): | |||
plt.savefig(path) | |||
|
|||
|
|||
def test_empty_rasterised(): | |||
def test_empty_rasterized(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I resent changing rasterised to rasterized 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I knew this was coming, but it's the name of the property (finally a good use for aliases? :p)
Wait, why the milestone change? |
I didn't see why this needs to be backported to |
@meeseeksdev backport to v3.0.x It fixes running tests against mplcairo. |
…262-on-v3.0.x Backport PR #12262 on branch v3.0.x (Simplify empty-rasterized pdf test.)
The test is about saving empty rasterized artists, not about PdfPages.
This makes the test compatible with mplcairo, which doesn't support
PdfPages.
PR Summary
PR Checklist