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 anentropic
Recipients anentropic
Date 2021-03-18.19:09:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616094574.48.0.661311625991.issue43546@roundup.psfhosted.org>
In-reply-to
Content
FWIW...

django-nose==1.4.6
nose==1.3.7

The only use of threading I can see in Nose is here:
https://github.com/nose-devs/nose/blob/release_1.3.7/nose/plugins/logcapture.py

But we are passing --nologcapture flag and nosetests echoes that flag back to us at the top of the test run, so I believe the feature is disabled
History
Date User Action Args
2021-03-18 19:09:34anentropicsetrecipients: + anentropic
2021-03-18 19:09:34anentropicsetmessageid: <1616094574.48.0.661311625991.issue43546@roundup.psfhosted.org>
2021-03-18 19:09:34anentropiclinkissue43546 messages
2021-03-18 19:09:34anentropiccreate