-
Notifications
You must be signed in to change notification settings - Fork 395
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
Using nose.collector
with setuptools breaks multiprocessing
#629
Comments
I'm running into this issue too with Python 2.6 + nose 1.3.0. A quick fix is to insert |
Actually, it looks like this is a CPython issue. It's already been fixed in the 2.7.4, but didn't apparently make it in the 2.6 release set. @patrys, can you reproduce this issue with 2.7.4 or 2.7.5? If not, we should close this issue |
I can confirm that it works with 2.7.5. |
Small problem with this: When I run `python setup.py test`, all the tests pass, but I'm seeing the exit error described here: nose-devs/nose#629 - I'm on python 2.7.10 When I run `python setup.py nosetests`, everything works fine.
I use Python 2.7 and can trigger the problem with the following setup script in an empty directory:
The test runner then raises an error at exit time:
The text was updated successfully, but these errors were encountered: