Update dependency robotframework-pabot to v5.2.2#171
Merged
Conversation
5ceba92 to
ab4208e
Compare
ab4208e to
a1b9ebd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==5.1.0→==5.2.2Release Notes
mkorpela/pabot (robotframework-pabot)
v5.2.2: Pabot 5.2.2Compare Source
Pabot 5.2.2
Released to PyPI: https://pypi.org/project/robotframework-pabot/5.2.2/
Installation
What's Changed
New Contributors
Full Changelog: mkorpela/pabot@5.2.1...5.2.2
v5.2.1: Pabot 5.2.1Compare Source
Pabot 5.2.1
Released to PyPI: https://pypi.org/project/robotframework-pabot/5.2.1/
Installation
What's Changed
Full Changelog: mkorpela/pabot@5.2.0...5.2.1
v5.2.0: Pabot 5.2.0Compare Source
Pabot 5.2.0
Released to PyPI: https://pypi.org/project/robotframework-pabot/5.2.0/
Installation
This release includes a significant number of improvements compared to 5.1.0, focusing on better usability, more robust execution, and cleaner dependency management.
For a complete list of changes, see the individual pull requests and issues linked below.
New features
Improved console output control (#694)
A new
--pabotconsoleoption allows controlling the amount of console output:--pabotconsole none | dotted | verbose | quietAll Pabot output is now always written to
pabot_manager.log, which means console flooding and flushing no longer make debugging harder.Reduced mandatory dependencies (#699)
Starting from Pabot 5.2.0, Pabot only requires Robot Framework to run.
natsortdependency has been removed and replaced with a pure Python implementation.robotframework-stacktracehas been moved to an optional dependency.New dynamic mode for
--ordering(#661)A new dynamic mode has been added to
--ordering, resolving issues with ordering files when using multiple stages.In addition, dynamic mode supports skipping tests or suites when prerequisites defined with the
#DEPENDSkeyword fail.See the README for usage details.
Improved logging for process termination and timeouts (#572)
When a Pabot process is killed due to exceeding the maximum
--processtimeout, this is now logged.Similar messages are also logged when:
--ordering dynamic skipmodeBug fixes
Proper cleanup of subprocesses (#568)
The lifecycle handling of Pabot subprocesses has been fully refactored, fixing zombie processes when using
--processtimeout.Fixed
--timestampoutputsoption (#672)Resolved an issue where using the
-T / --timestampoutputsoption caused XML parsing errors.Additional improvements
This release also includes:
…and much more!
🚀 Thanks to everyone who contributed to this release!
What's Changed
New Contributors
Full Changelog: mkorpela/pabot@5.1.0...5.2.0
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.