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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30442>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to