-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Make test_save_animation_smoketest
actually run
#2679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Marked mencoder as KnownFailure
Python3.3 error with the test suite:
|
It is failing on importing from |
That error is consistent and above my pay grade. Googling the last couple lines of the traceback points to #1891 which I have re-opened as we now have an existing test on travis that shows this issue. |
I think we are going to have to put a known fail if python 33 on this so that we can move this PR forwards. We should add a comment on the corresponding issue to this effect also. Thanks for linking them together @tacaswell. |
import errors coming out of numpy. See issue matplotlib#1891.
animation smoke tests will run.
Dealt with it with a try/catch instead of an explicit version check. Also added The error seems to be only in the streaming saves, not the write to files and stitch together saves. |
Make `test_save_animation_smoketest` actually run
Thanks @tacaswell. Would you mind adding a note in the linked issue so that we remember to remove these known fails? |
Done. I think I lost a comment some place as I remember writing a message on why I was reopening that issue that seems to not exist, sorry about that. |
The
@cleanup
decorator turns the generator into a class and the tests don't actually get runMarked mencoder as KnownFailure as it currently fails, see issue #2678, everything else passes locally.