TST: skip broken test #6263

Merged
merged 1 commit into from Apr 3, 2016

Conversation

Projects
None yet
4 participants
Owner

tacaswell commented Apr 2, 2016

This test only over passed due to an error arising from a bug
in numpy's divmod being fixed (numpy/numpy#6127).

See #5950

attn @jenshnielsen

Owner

tacaswell commented Apr 2, 2016

Bah, this order of the decorators does not work because the failure happens in the outer decorator so barfs on not failing. Ordering the decorators the other order fails on definition.

Member

QuLogic commented Apr 3, 2016

I think you could just raise KnownFailureTest directly in the function?

Owner

tacaswell commented Apr 3, 2016

The only downside of that is that the knownfailure could hang around forever, the decorator checks that it actually fails in the cases where it is known to fail

@tacaswell tacaswell TST: skip broken test
This test only over passed due to an error arising from a bug
in numpy's divmod being fixed (numpy/numpy#6127).

See #5950
26cba4b
Owner

tacaswell commented Apr 3, 2016

This has un-broken all of our CI. I have it tagged an 1.5.2 to backport it back to 1.5.x (as eventually we will end up with np1.11 in our test for all running branches.

Owner

jenshnielsen commented Apr 3, 2016

👍 for 1.5.x we likely need to do the same with test_bbox_inches_tight_raster since #6192 wasn't backported onto 1.5.x

@jenshnielsen jenshnielsen merged commit b49bcf4 into matplotlib:master Apr 3, 2016

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

mdboom removed the needs_review label Apr 3, 2016

tacaswell deleted the tacaswell:tst_skip_float_rounding_issue_test branch Apr 3, 2016

@jenshnielsen jenshnielsen added a commit that referenced this pull request Apr 3, 2016

@jenshnielsen @jenshnielsen jenshnielsen + jenshnielsen Merge pull request #6263 from tacaswell/tst_skip_float_rounding_issue…
…_test

TST: skip broken test
44e7356
Owner

jenshnielsen commented Apr 3, 2016

Backported to 1.5.x as 44e7356

@tacaswell tacaswell added a commit to tacaswell/matplotlib that referenced this pull request May 22, 2016

@jenshnielsen @tacaswell jenshnielsen + tacaswell Merge pull request #6263 from tacaswell/tst_skip_float_rounding_issue…
…_test

TST: skip broken test
76465e3

@jenshnielsen jenshnielsen added a commit to jenshnielsen/matplotlib that referenced this pull request Aug 13, 2016

@jenshnielsen jenshnielsen Skip test if latex not installed
Cannot use the decorator for similar reasons as #6263
d38ec34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment