chore(deps): update dependency pytest-runner to v6
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pytest-runner | major |
>=4.0,<5dev -> >=4.0,<7
|
Release Notes
pytest-dev/pytest-runner
v6.0.1
======
- Updated Trove classifier to indicate this project is inactive.
v6.0.0
======
- #49: Dropped workaround for older setuptools versions.
- Require Python 3.7.
v5.3.2
======
- #58: Fixed syntax issue in changelog.
v5.3.1
======
- Refreshed package metadata.
v5.3.0
======
- Require Python 3.6 or later.
- Refreshed package metadata.
v5.2
===
- #50: This project is deprecated.
v5.1
===
- #49: Surgically restore support for older setuptools versions.
v5.0
===
-
#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 result in aDistributionNotFound
exception.All projects should pin to
pytest-runner < 5
or upgrade the environment tosetuptools >= 30.4
(prior to invoking setup.py).
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.