Skip to content

chore(deps): update dependency junitparser to v4#2774

Open
konflux-internal-p02[bot] wants to merge 1 commit intopoc-testopsfrom
konflux/mintmaker/poc-testops/junitparser-4.x
Open

chore(deps): update dependency junitparser to v4#2774
konflux-internal-p02[bot] wants to merge 1 commit intopoc-testopsfrom
konflux/mintmaker/poc-testops/junitparser-4.x

Conversation

@konflux-internal-p02
Copy link

@konflux-internal-p02 konflux-internal-p02 bot commented Nov 19, 2025

This PR contains the following updates:

Package Change Age Confidence
junitparser ==3.1.2 -> ==4.0.2 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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)

v3.2.0

Compare Source


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
@openshift-ci
Copy link

openshift-ci bot commented Nov 19, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: konflux-internal-p02[bot]

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Nov 19, 2025

Hi @konflux-internal-p02[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@sonarqubecloud
Copy link

@aloganat aloganat force-pushed the poc-testops branch 8 times, most recently from df5ffa4 to e1eb748 Compare January 8, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants