Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
better freetype version checking #6803
Conversation
mdboom
added the
needs_review
label
Jul 20, 2016
prinsherbert
referenced
this pull request
Jul 20, 2016
Closed
check freetype version also specifies what is wrong #6403
prinsherbert
commented
Jul 20, 2016
|
continuation of #6403, to fix the commit message log - as an alternative |
mdboom
and 2 others
commented on an outdated diff
Jul 20, 2016
lib/matplotlib/__init__.py
| @@ -1570,7 +1570,15 @@ def _init_tests(): | ||
| warnings.warn( | ||
| "matplotlib is not built with the correct FreeType version to run " | ||
| "tests. Set local_freetype=True in setup.cfg and rebuild. " | ||
| - "Expect many image comparison failures below.") | ||
| + "Expect many image comparison failures below. " | ||
| + "Expected freetype version {0}. " | ||
| + "Found freetype version {1}." |
WeatherGod
Member
|
|
All the appveyor jobs are still queued. I am going to go ahead and just merge this. |
WeatherGod
merged commit 96003f9
into matplotlib:master
Jul 20, 2016
mdboom
removed the
needs_review
label
Jul 20, 2016
WeatherGod
added a commit
that referenced
this pull request
Jul 20, 2016
|
|
WeatherGod |
ca5324c
|
|
backported to v2.x as ca5324c |
|
@prinsherbert, thank you for bearing with us through the review process. |
prinsherbert
commented
Jul 20, 2016
|
Thank you for merging! |
QuLogic
added this to the
2.0 (style change major release)
milestone
Jul 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
prinsherbert commentedJul 20, 2016
No description provided.