This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Chris.Jones
Recipients Chris.Jones, amaury.forgeotdarc, mattchaput, mu_mind, pitrou
Date 2012-01-17.17:58:47
SpamBayes Score 3.0533785e-05
Marked as misclassified No
Message-id <1326823128.33.0.685962744983.issue11240@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-01-17 17:58:48Chris.Jonessetrecipients: + Chris.Jones, amaury.forgeotdarc, pitrou, mu_mind, mattchaput
2012-01-17 17:58:48Chris.Jonessetmessageid: <1326823128.33.0.685962744983.issue11240@psf.upfronthosting.co.za>
2012-01-17 17:58:47Chris.Joneslinkissue11240 messages
2012-01-17 17:58:47Chris.Jonescreate