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 njs
Recipients njs, serhiy.storchaka, yselivanov
Date 2018-01-31.20:44:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517431475.57.0.467229070634.issue32733@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, yeah, that's a test that a warning is emitted, which fails when the warning is converted into an error instead. Need to normalize the warnings filter settings inside that test, I guess.

How does this not cause the same problem for every other test that uses assertWarns though?
History
Date User Action Args
2018-01-31 20:44:35njssetrecipients: + njs, serhiy.storchaka, yselivanov
2018-01-31 20:44:35njssetmessageid: <1517431475.57.0.467229070634.issue32733@psf.upfronthosting.co.za>
2018-01-31 20:44:35njslinkissue32733 messages
2018-01-31 20:44:35njscreate