Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix PYTHONHASHSEED setup on OS X. #8085
+1
−1
Conversation
QuLogic
added OS/Apple Testing
labels
Feb 16, 2017
NelleV
changed the title from
Fix PYTHONHASHSEED setup on OS X. to [MRG+1] Fix PYTHONHASHSEED setup on OS X.
Feb 16, 2017
tacaswell
merged commit 5e825bd
into matplotlib:master
Feb 17, 2017
5 checks passed
codecov/patch
Coverage not affected when comparing 0cab7c6...862651d
Details
codecov/project/library
62.28% (+0.05%) compared to 0cab7c6
Details
codecov/project/tests
97.97% (target 97.7%)
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
QuLogic
deleted the
QuLogic:osx-shuf branch
Feb 17, 2017
QuLogic
added this to the
2.1 (next point release)
milestone
Feb 17, 2017
QuLogic
changed the title from
[MRG+1] Fix PYTHONHASHSEED setup on OS X. to Fix PYTHONHASHSEED setup on OS X.
Feb 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
QuLogic commentedFeb 16, 2017
The shuf command does not exist there, though it can be installed with brew. But we've got Python already...
Honestly, I don't know how this never seemed to have failed, since
NPROC=2on OSX.