[New-bugs-announce] [issue30442] Skip test_xml_etree under coverage

Kushal Das report at bugs.python.org
Tue May 23 14:02:42 EDT 2017


New submission from Kushal Das:

test test_xml_etree failed -- Traceback (most recent call last):
  File "/home/travis/build/python/cpython/Lib/test/test_xml_etree.py", line 1553, in test_bug_xmltoolkit63
    self.assertEqual(sys.getrefcount(None), count)
AssertionError: 522146 != 522143

Under coverage (in our travis CI) test_xml_etree fails for refcount. Brett suggests to skip this test in case running under coverage.

----------
assignee: kushal.das
messages: 294271
nosy: kushal.das
priority: normal
severity: normal
status: open
title: Skip test_xml_etree under coverage
type: behavior
versions: Python 3.7

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


More information about the New-bugs-announce mailing list