chore(deps): update dependency junitparser to v4#2774
chore(deps): update dependency junitparser to v4#2774konflux-internal-p02[bot] wants to merge 1 commit intopoc-testopsfrom
Conversation
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
df5ffa4 to
e1eb748
Compare



This PR contains the following updates:
==3.1.2->==4.0.2Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
weiwei/junitparser (junitparser)
v4.0.2Compare Source
Fixed
write_xml- now supportsPathfrompathlib.v4.0.1Compare Source
Fixed
write_xml- Remove encoding kwarg to fixbinary mode doesn't take an encoding argumentv4.0.0Compare Source
Breaking
Renamed argument
filepathof methodswrite_xml,TestSuite.write, andJUnitXml.writeto
file_or_filename, as these methods now support file objects and file-like objects.Turned positional argument
prettyof methodswrite_xml,TestSuite.write, andJUnitXml.writeinto keyword argument.Use as
write_xml(obj, filename, pretty=True)andobj.write(filename, pretty=True), respectively.Removed argument
to_consolefrom methodswrite_xml,TestSuite.write, andJUnitXml.write.Instead, use
write_xml(obj, sys.stdout)andobj.write(sys.stdout), respectively.Renamed argument
filepathof methodJUnitXml.fromfiletofile,to reflect that this method supports file objects, file-like objects, and urls.
Setter method
TestCase.resultused to ignore values of invalid types. This method now throws aValueErrorinstead.Method
xunit2.TestCase.add_rerun_resulthas been renamed toadd_interim_resultresult to better reflect class hierarchyof interim (rerun and flaky) results.
Methods
JUnitXml.fromfile,JUnitXml.fromstring,JUnitXml.fromrootalways return aJUnitXmlinstance.Earlier versions return a
TestSuiteinstance when the root of the file / string / element is a<TestSuite>.A
JUnitXmlinstance has already been returned by earlier versions when the root of the file / string / element is a<TestSuites>.If you want to create a
TestSuiteinstance from a<TestSuite>element, useTestSuite.fromelem(elem)v3.2.0Compare 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.
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.