[issue30027] test_xml_etree and test_xml_etree_c fail due to AssertionError: unhandled warning DeprecationWarning

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sun Apr 9 15:45:52 EDT 2017


Arfrever Frehtes Taifersar Arahesis added the comment:

To reproduce problem when running only these 2 files, use e.g.:
python2.7 -3 -m test.test_xml_etree
python2.7 -3 -m test.test_xml_etree_c

For full test suite, this -3 option is set in Makefile:
TESTPYTHON=     $(RUNSHARED) ./$(BUILDPYTHON) -Wd -3 -E -tt $(TESTPYTHONOPTS)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30027>
_______________________________________


More information about the Python-bugs-list mailing list