-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
KnownFailure becomes an error with --processes=1
flag
#6708
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
Comments
It seems to be a bug in the |
Which version of nose are you using. This seems to be working correctly on travis. See https://github.com/matplotlib/matplotlib/blob/master/.travis.yml what does |
Nose version is 1.3.7. |
Is it specific to |
No, it is not specific to |
Work to migrate started in: #5405 but that rebase onto current master will not be fun. https://github.com/astrofrog/pytest-mpl provides a replacement for the nose image test plugins, not sure how hard it would be too re-write our decorators to use that. If you tackle this (which would be awesome) I would suggest starting from getting all of the tests to run under pytest before converting all of the assertions. |
We aren't using nose any more and parallel pytest seems to work in AppVeyor, so I'm going to close this. |
If I supply number of processes to
tests.py
everyKnownFailure
become an error (with--processes=0
all is ok)Here is the log tests.txt
The text was updated successfully, but these errors were encountered: