Update dependency pytest-runner to v6 #74
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:
==4.2
->==6.0.1
Release Notes
pytest-dev/pytest-runner (pytest-runner)
v6.0.1
Compare Source
======
v6.0.0
Compare Source
======
v5.3.2
Compare Source
======
v5.3.1
Compare Source
======
v5.3.0
Compare Source
======
v5.2
Compare Source
===
v5.1
Compare Source
===
v5.0
Compare Source
===
#42: Prefer pyproject.toml
Refresh package metadata.
This release now intentionally introduces the changes
unintionally brought about in 4.5 and 4.3, where the
adoption of declarative config adds a new requirement
on setuptools 30.4 or later. On systems running older
setuptools, installation of pytest-runner via
easy_install
(orsetup_requires
), will resultin a
DistributionNotFound
exception.All projects should pin to
pytest-runner < 5
or upgrade the environment to
setuptools >= 30.4
(prior to invoking setup.py).
v4.5.1
Compare Source
=====
state at 4.4.
v4.4
Compare Source
===
errors and emit a UserWarning with guidance on necessary
actions.
v4.3.1
Compare Source
=====
proved to be backward-incompatible in that it requires
setuptools 30.4 or possibly later (to install). In the future, a
backward-incompatible release will re-release these changes.
For projects including pytest-runner, particularly as
setup_requires
, if support for older setuptools is required,please pin to
pytest-runner < 5
.Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.