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 superluser
Recipients martin.panter, superluser
Date 2016-01-19.16:35:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453221343.72.0.982115723307.issue26144@psf.upfronthosting.co.za>
In-reply-to
Content
redirecting stdout seems to reliably suppress both failures:

$ ./python -m test -w test_pkg >foo
$ cat foo
[1/1] test_pkg
1 test OK.
History
Date User Action Args
2016-01-19 16:35:43superlusersetrecipients: + superluser, martin.panter
2016-01-19 16:35:43superlusersetmessageid: <1453221343.72.0.982115723307.issue26144@psf.upfronthosting.co.za>
2016-01-19 16:35:43superluserlinkissue26144 messages
2016-01-19 16:35:43superlusercreate