Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency robotframework-pabot to v4 #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
robotframework-pabot (source) ==2.18.0 -> ==4.1.1 age adoption passing confidence

Release Notes

mkorpela/pabot (robotframework-pabot)

v4.1.1

Compare Source

What's Changed

Thanks also @​bollwyvl for the review!

Full Changelog: mkorpela/pabot@4.1.0...4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: mkorpela/pabot@4.0.6...4.1.0

v4.0.6

Compare Source

What's Changed

Full Changelog: mkorpela/pabot@4.0.5...4.0.6

v4.0.5

Compare Source

What's Changed
New Contributors

Full Changelog: mkorpela/pabot@4.0.4...4.0.5

v4.0.4

Compare Source

v4.0.0

Compare Source

Full Changelog: mkorpela/pabot@3.1.0...4.0.0

Pabot 4.0.0
Major Changes
  • Improved Robot Framework 7.1 Compatibility

    • Enhanced SharedLibrary compatibility
    • Support for --legacyoutput option for compatibility with older tools
  • PabotLib Now Enabled by Default: PabotLib functionality is now automatically enabled and doesn't require explicit activation

    • Old --pabotlib argument is kept for backwards compatibility but does nothing
    • New --no-pabotlib argument added to disable PabotLib when needed
  • Flexible Argument Positioning: Pabot options no longer need to be placed before Robot Framework options

  • Enhanced Error Handling and Test Execution:

    • Ordering file errors are now properly categorized as test data problems rather than Pabot failures
    • Improved preservation of test execution order when sharding
    • Fixed incorrect process number allocation in dryrun mode
    • Better support for non-English robot case files with --language option (e.g., pabot --language zh-CN localized.robot)
  • Installation and Packaging:

    • Added wheel packages for easier installation
Breaking Changes
  • PabotLib being enabled by default might affect existing workflows that assumed it was disabled
  • Modified test sharding behavior for better order preservation
Contributors
  • Mikko Korpela
  • David Hotham (Wheel publishing)
  • WendyInXian (Dryrun process allocation fix)
  • Patrik William (Shards ordering)
  • Yinling He (Non-English file support)
Known Issues
  • Some timing-related issues have been reported (#​593, #​596) but appear to be related to Robot Framework core
Compatibility
  • Tested against Robot Framework versions 4.1.3, 5.0.1, 6.0.2, 6.1.1, 7.0.1 and 7.1.1.
  • Tested against Python versions 3.8, 3.10 and 3.12

v3.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: mkorpela/pabot@3.0.1...3.1.0

v3.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: mkorpela/pabot@2.20.0...3.0.1

v3.0.0

Compare Source

v2.20.0: Pabot 2.20.0

Compare Source

Full Changelog: mkorpela/pabot@2.19.0...2.20.0

Fixes https://github.com/mkorpela/pabot/issues/594 --legacyoutput with Robot Framework >= 7

v2.19.0

Compare Source

Full Changelog: mkorpela/pabot@2.18.0...2.19.0

Make SharedLibrary work with RF >=7

Thanks @​olesz for your work on this issue!


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 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-4.x branch 2 times, most recently from 387c164 to d7df82c Compare December 8, 2024 15:53
@renovate renovate bot force-pushed the renovate/robotframework-pabot-4.x branch from d7df82c to d0767ab Compare December 14, 2024 21:45
Copy link
Contributor Author

renovate bot commented Jan 30, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Pipfile.lock
Command failed: pipenv lock
Creating a virtualenv for this project
Pipfile: /tmp/renovate/repos/github/saucelabs-training/demo-python/Pipfile
Using default python from 
/opt/containerbase/tools/pipenv/2024.4.1/3.13.1/bin/python3.13.1 to create 
virtualenv...
created virtual environment CPython3.13.1.final.0-64 in 349ms
  creator 
CPython3Posix(dest=/tmp/renovate/cache/others/virtualenvs/demo-python-pkXjvlzF, 
clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, via=copy, 
app_data_dir=/tmp/containerbase/cache/.local/share/virtualenv)
    added seed packages: pip==24.3.1
  activators 
BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator
,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /tmp/renovate/cache/others/virtualenvs/demo-python-pkXjvlzF
Locking [packages] dependencies...
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Ignored the 
following versions that require a different python version: 6.4.0 
Requires-Python <3.12,>=3.8; 6.4.0rc1 Requires-Python <3.12,>=3.8; 6.5.0 
Requires-Python <3.12,>=3.8; 6.5.0rc1 Requires-Python <3.12,>=3.8; 6.6.0 
Requires-Python <=3.12,>=3.8; 6.6.1 Requires-Python <3.13,>=3.8
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Could not 
find a version that satisfies the requirement 
robotframework-seleniumlibrary==6.6.1 (from versions: 2.9.2, 3.0.0a2, 3.0.0b1, 
3.0.0b3, 3.0.0rc1, 3.0.0rc2, 3.0.0, 3.0.1, 3.1.0a1, 3.1.0a2, 3.1.0, 3.1.1, 
3.2.0rc1, 3.2.0, 3.3.0, 3.3.1, 4.0.0a1, 4.0.0a2, 4.0.0b1, 4.0.0rc1, 4.0.0, 
4.1.0rc1, 4.1.0, 4.2.0rc1, 4.2.0, 4.3.0rc1, 4.3.0, 4.4.0rc1, 4.4.0rc2, 4.4.0rc3,
4.4.0, 4.5.0rc1, 4.5.0rc2, 4.5.0, 5.0.0a1, 5.0.0a2, 5.0.0a3, 5.0.0b1, 5.0.0, 
5.0.1, 5.1.0, 5.1.1, 5.1.2, 5.1.3, 6.0.0rc1, 6.0.0, 6.1.0rc1, 6.1.0, 6.1.1rc1, 
6.1.1, 6.1.2rc1, 6.1.2, 6.1.3b1, 6.1.3, 6.2.0rc1, 6.2.0, 6.3.0rc1, 6.3.0rc2, 
6.3.0, 6.7.0rc1, 6.7.0)
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.1/lib/python3.13/site-packages/pi
penv/resolver.py", line 451, in main
[ResolutionFailure]:       _main(
[ResolutionFailure]:       ~~~~~^
[ResolutionFailure]:       parsed.pre,
[ResolutionFailure]:       ^^^^^^^^^^^
[ResolutionFailure]:       ...<7 lines>...
[ResolutionFailure]:       category=parsed.category,
[ResolutionFailure]:       ^^^^^^^^^^^^^^^^^^^^^^^^^
[ResolutionFailure]:       )
[ResolutionFailure]:       ^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.1/lib/python3.13/site-packages/pi
penv/resolver.py", line 436, in _main
[ResolutionFailure]:       resolve_packages(
[ResolutionFailure]:       ~~~~~~~~~~~~~~~~^
[ResolutionFailure]:       pre, clear, verbose, system, write, requirements_dir,
packages, category
[ResolutionFailure]:       
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ResolutionFailure]:       )
[ResolutionFailure]:       ^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.1/lib/python3.13/site-packages/pi
penv/resolver.py", line 400, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve_deps(
[ResolutionFailure]:       ~~~~~~~~~~~~^
[ResolutionFailure]:       packages,
[ResolutionFailure]:       ^^^^^^^^^
[ResolutionFailure]:       ...<7 lines>...
[ResolutionFailure]:       req_dir=requirements_dir,
[ResolutionFailure]:       ^^^^^^^^^^^^^^^^^^^^^^^^^
[ResolutionFailure]:       )
[ResolutionFailure]:       ^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.1/lib/python3.13/site-packages/pi
penv/utils/resolver.py", line 967, in resolve_deps
[ResolutionFailure]:       results, hashes, internal_resolver = 
actually_resolve_deps(
[ResolutionFailure]:       ~~~~~~~~~~~~~~~~~~~~~^
[ResolutionFailure]:       deps,
[ResolutionFailure]:       ^^^^^
[ResolutionFailure]:       ...<7 lines>...
[ResolutionFailure]:       req_dir=req_dir,
[ResolutionFailure]:       ^^^^^^^^^^^^^^^^
[ResolutionFailure]:       )
[ResolutionFailure]:       ^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.1/lib/python3.13/site-packages/pi
penv/utils/resolver.py", line 735, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:       ~~~~~~~~~~~~~~~~^^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.1/lib/python3.13/site-packages/pi
penv/utils/resolver.py", line 460, in resolve
[ResolutionFailure]:       raise ResolutionFailure(message=e)
Your dependencies could not be resolved. You likely have a mismatch in your 
sub-dependencies.
You can use $ pipenv run pip install <requirement_name> to bypass this 
mechanism, then run $ pipenv graph to inspect the versions actually installed in
the virtualenv.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: No matching distribution found for robotframework-seleniumlibrary==6.6.1

Your dependencies could not be resolved. You likely have a mismatch in your 
sub-dependencies.
You can use $ pipenv run pip install <requirement_name> to bypass this 
mechanism, then run $ pipenv graph to inspect the versions actually installed in
the virtualenv.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: Failed to lock Pipfile.lock!

@renovate renovate bot force-pushed the renovate/robotframework-pabot-4.x branch 2 times, most recently from 5dd899f to a41a429 Compare January 30, 2025 22:11
@renovate renovate bot force-pushed the renovate/robotframework-pabot-4.x branch from a41a429 to e7fe822 Compare February 6, 2025 10:09
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.

0 participants