[issue32733] test_coroutines is failed when run with -We

Nathaniel Smith report at bugs.python.org
Wed Jan 31 15:44:35 EST 2018


Nathaniel Smith <njs at pobox.com> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32733>
_______________________________________


More information about the Python-bugs-list mailing list