Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Skip test broken with numpy 1.11 #6482
Conversation
jenshnielsen
added this to the
1.5.2 (Critical bug fix release)
milestone
May 26, 2016
jenshnielsen
added the
needs_review
label
May 26, 2016
tacaswell
merged commit bc703a8
into matplotlib:master
May 27, 2016
tacaswell
removed the
needs_review
label
May 27, 2016
tacaswell
added a commit
that referenced
this pull request
May 27, 2016
|
|
tacaswell |
88ab7d9
|
|
Thanks, not sure why I opened this against master anyway |
jenshnielsen
deleted the
jenshnielsen:1.5.xSkipTestsNumpy1.11 branch
May 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jenshnielsen commentedMay 26, 2016
This test is broken with numpy 1.11 on the 1.5.x branch but fixed on the 2.x and master brach. We don't catch this on Travis because the python 'nightly' build is the only one to run Numpy 1.11. The others install from the wheelhouse which only has numpy 1.10 see #6472 for a fix to this.
This is a bit tricky as it should be reverted once merged to 2.x to prevent the tests being knownfail there.