Skip test broken with numpy 1.11 #6482

Merged
merged 1 commit into from May 27, 2016

Conversation

Projects
None yet
2 participants
Owner

jenshnielsen commented May 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.

@jenshnielsen jenshnielsen Skip test broken with numpy 1.11
575c1cb

@tacaswell tacaswell merged commit bc703a8 into matplotlib:master May 27, 2016

3 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage remained the same at 69.775%
Details

tacaswell removed the needs_review label May 27, 2016

@tacaswell tacaswell added a commit that referenced this pull request May 27, 2016

@tacaswell tacaswell Merge pull request #6482 from jenshnielsen/1.5.xSkipTestsNumpy1.11
Skip test broken with numpy 1.11
88ab7d9
Owner

tacaswell commented May 27, 2016

backported to v1.5.x as 88ab7d9

merged v1.5.x up to v2.x in 4bbf4c9 and discarded these changes

merged v2.x to master in e637a5c and discarded these changes.

Owner

jenshnielsen commented May 27, 2016

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