Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2025

This PR contains the following updates:

Package Change Age Confidence
junitparser 3.2.04.0.2 age confidence

Release Notes

weiwei/junitparser (junitparser)

v4.0.2

Compare Source

Fixed
  • write_xml - now supports Path from pathlib.

v4.0.1

Compare Source

Fixed
  • write_xml - Remove encoding kwarg to fix binary mode doesn't take an encoding argument

v4.0.0

Compare Source

Breaking
  • Renamed argument filepath of methods write_xml, TestSuite.write, and JUnitXml.write
    to file_or_filename, as these methods now support file objects and file-like objects.

  • Turned positional argument pretty of methods write_xml, TestSuite.write, and JUnitXml.write into keyword argument.
    Use as write_xml(obj, filename, pretty=True) and obj.write(filename, pretty=True), respectively.

  • Removed argument to_console from methods write_xml, TestSuite.write, and JUnitXml.write.
    Instead, use write_xml(obj, sys.stdout) and obj.write(sys.stdout), respectively.

  • Renamed argument filepath of method JUnitXml.fromfile to file,
    to reflect that this method supports file objects, file-like objects, and urls.

  • Setter method TestCase.result used to ignore values of invalid types. This method now throws a ValueError instead.

  • Method xunit2.TestCase.add_rerun_result has been renamed to add_interim_result result to better reflect class hierarchy
    of interim (rerun and flaky) results.

  • Methods JUnitXml.fromfile, JUnitXml.fromstring, JUnitXml.fromroot always return a JUnitXml instance.
    Earlier versions return a TestSuite instance when the root of the file / string / element is a <TestSuite>.
    A JUnitXml instance has already been returned by earlier versions when the root of the file / string / element is a <TestSuites>.

    If you want to create a TestSuite instance from a <TestSuite> element, use

    TestSuite.fromelem(elem)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/junitparser-4.x branch 4 times, most recently from 1f73521 to 67d0c54 Compare June 30, 2025 06:11
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch from 67d0c54 to a0fe1b6 Compare July 8, 2025 03:54
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch 3 times, most recently from 6c08d3a to cea0894 Compare July 31, 2025 21:34
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch 2 times, most recently from 9ffc575 to b48c69e Compare August 16, 2025 17:09
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch 2 times, most recently from 066f5b1 to d370e80 Compare August 21, 2025 19:40
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch 4 times, most recently from 142f6f3 to 5aacd68 Compare September 9, 2025 21:31
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch 2 times, most recently from 48f8085 to fa28834 Compare September 19, 2025 05:28
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch 4 times, most recently from 58d5716 to f95a0a5 Compare October 2, 2025 04:24
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch from f95a0a5 to 95f5c72 Compare October 15, 2025 22:02
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch from 95f5c72 to f9ebf13 Compare October 23, 2025 16:27
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch 2 times, most recently from 95e3eee to 6ad4590 Compare November 17, 2025 05:01
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch from 6ad4590 to c2360aa Compare November 18, 2025 22:58
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch 3 times, most recently from 86d573a to 46f7af7 Compare December 8, 2025 23:16
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch from 46f7af7 to c02fc7a Compare December 12, 2025 02:38
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch from c02fc7a to 76ff3c9 Compare December 20, 2025 22:10
@renovate renovate bot force-pushed the renovate/junitparser-4.x branch from 76ff3c9 to 90515f3 Compare December 29, 2025 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant