Update dependency pytest-sugar to v1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pytest-sugar | dependencies | major |
^0.9.2 -> ^1.0.0
|
Release Notes
Teemu/pytest-sugar
v1.0.0
- Add support for pytest 8.x
- Drop support for Python 3.7
Thanks to folks to contributed to this release: @suutari-ai, @hugovk, @kianmeng, @mattcristal, and @justinmayer
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Merge request reports
Activity
Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this MR 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 check the rebase/retry checkbox if found above, or
- you rename this MR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: meta/aleksis-builddeps/poetry.lock
Creating virtualenv aleksis-builddeps-KCVM3gpQ-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs RuntimeError The lock file is not compatible with the current version of Poetry. Upgrade Poetry to be able to read the lock file or, alternatively, regenerate the lock file with the `poetry lock` command. at /usr/local/poetry/1.1.11/venv/lib/python3.10/site-packages/poetry/packages/locker.py:482 in _get_lock_data 478│ "Upgrade Poetry to ensure the lock file is read properly or, alternatively, " 479│ "regenerate the lock file with the `poetry lock` command." 480│ ) 481│ elif not lock_version_allowed: → 482│ raise RuntimeError( 483│ "The lock file is not compatible with the current version of Poetry.\n" 484│ "Upgrade Poetry to be able to read the lock file or, alternatively, " 485│ "regenerate the lock file with the `poetry lock` command." 486│ )
mentioned in issue #33