Skip to content

Update dependency robotframework-pabot to v5.2.2#171

Merged
diemol merged 1 commit into
mainfrom
renovate/robotframework-pabot-5.x
May 15, 2026
Merged

Update dependency robotframework-pabot to v5.2.2#171
diemol merged 1 commit into
mainfrom
renovate/robotframework-pabot-5.x

Conversation

@renovate

@renovate renovate Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
robotframework-pabot (source) ==5.1.0==5.2.2 age confidence

Release Notes

mkorpela/pabot (robotframework-pabot)

v5.2.2: Pabot 5.2.2

Compare Source

Pabot 5.2.2

Released to PyPI: https://pypi.org/project/robotframework-pabot/5.2.2/

Installation
pip install robotframework-pabot==5.2.2

What's Changed

New Contributors

Full Changelog: mkorpela/pabot@5.2.1...5.2.2

v5.2.1: Pabot 5.2.1

Compare Source

Pabot 5.2.1

Released to PyPI: https://pypi.org/project/robotframework-pabot/5.2.1/

Installation
pip install robotframework-pabot==5.2.1

What's Changed

Full Changelog: mkorpela/pabot@5.2.0...5.2.1

v5.2.0: Pabot 5.2.0

Compare Source

Pabot 5.2.0

Released to PyPI: https://pypi.org/project/robotframework-pabot/5.2.0/

Installation
pip install robotframework-pabot==5.2.0

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 --pabotconsole option allows controlling the amount of console output:
--pabotconsole none | dotted | verbose | quiet

All 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.

  • The natsort dependency has been removed and replaced with a pure Python implementation.
  • robotframework-stacktrace has 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 #DEPENDS keyword 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:

  • execution is interrupted via Ctrl+C
  • tests or suites are skipped using new --ordering dynamic skip mode

Bug fixes

Proper cleanup of subprocesses (#​568)

The lifecycle handling of Pabot subprocesses has been fully refactored, fixing zombie processes when using --processtimeout.

Fixed --timestampoutputs option (#​672)

Resolved an issue where using the -T / --timestampoutputs option caused XML parsing errors.

Additional improvements

This release also includes:

  • smaller enhancements and refactorings
  • new and improved tests
  • CI improvements
  • documentation updates

…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)

  • 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 these updates 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/robotframework-pabot-5.x branch from 5ceba92 to ab4208e Compare May 15, 2026 15:20
@renovate renovate Bot force-pushed the renovate/robotframework-pabot-5.x branch from ab4208e to a1b9ebd Compare May 15, 2026 15:34
@diemol diemol merged commit 98c2ef1 into main May 15, 2026
7 of 8 checks passed
@diemol diemol deleted the renovate/robotframework-pabot-5.x branch May 15, 2026 16:26
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