Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BF: protect against locale in sphinext text #6601
Conversation
mdboom
added the
needs_review
label
Jun 18, 2016
tacaswell
merged commit b1d9443
into matplotlib:master
Jul 2, 2016
tacaswell
removed the
needs_review
label
Jul 2, 2016
|
This should probably be backported? |
tacaswell
added a commit
that referenced
this pull request
Jul 10, 2016
|
|
tacaswell |
76fd818
|
|
(finally) Backported to v2.x as 76fd818 |
QuLogic
added this to the
2.0 (style change major release)
milestone
Jul 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
matthew-brett commentedJun 18, 2016
The sphinxext tests were loading a text file with encoding not stated,
making the test sensitive to the default locale of the testing machine.
See:
https://travis-ci.org/matthew-brett/matplotlib-wheels/jobs/138518917#L8787
Read the text file as binary to avoid need for encoding.