Your message dated Mon, 25 Nov 2024 21:43:12 +0100
with message-id <dfc615f8-5b0f-4cda-8f6b-7d302f3b8...@debian.org>
and subject line Re: pyjunitxml: FTBFS with Python 3.12
has caused the Debian Bug report #1057356,
regarding pyjunitxml: FTBFS with Python 3.12
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1057356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyjunitxml
Version: 0.7-2
Severity: serious
X-Debbugs-Cc: rosesecurityresea...@proton.me

The unit tests fail with Python 3.12:

test_xml_output (junitxml.tests.test_runner.TestXMLTestRunner.test_xml_output)
Tests that runner properly gives XML output. ... FAIL

======================================================================
FAIL: test_console_output_fail 
(junitxml.tests.test_runner.TestXMLTestRunner.test_console_output_fail)
Tests that failure is reported properly on stderr.
----------------------------------------------------------------------
Traceback (most recent call last):
File ".pybuild/cpython3_3.12/build/junitxml/tests/test_runner.py", line 89, in test_console_output_fail
    self.assertTrue('Ran %d tests in ' % (num_tests,) in value,
AssertionError: False is not true : Output was:
Ran 5 tests in 0.002s

FAILED (failures=1, errors=1, skipped=1, expected failures=1, unexpected 
successes=1)


======================================================================
FAIL: test_xml_output 
(junitxml.tests.test_runner.TestXMLTestRunner.test_xml_output)
Tests that runner properly gives XML output.
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".pybuild/cpython3_3.12/build/junitxml/tests/test_runner.py", line 75, 
in test_xml_output
    self.assertEqual(document.documentElement.getAttribute('tests'),
AssertionError: '5' != '6'
- 5
+ 6

--- End Message ---
--- Begin Message ---
I cannot reproduce this any longer.

--- End Message ---

Reply via email to