[issue11240] Running unit tests in a command line tool leads to infinite loop with multiprocessing on Windows

Chris Jones report at bugs.python.org
Tue Jan 17 18:58:48 CET 2012


Chris Jones <chris at chrisejones.com> added the comment:

You can work around this issue by using:
python.exe -c "import nose; nose.main()"
instead of nosetests

Note that nose.main() with no args parses sys.argv

----------
nosy: +Chris.Jones

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11240>
_______________________________________


More information about the Python-bugs-list mailing list