chore(deps): update dependency pytest-runner to v6
Compare changes
+ 1
− 1
@@ -5,7 +5,7 @@ import sys
@@ -5,7 +5,7 @@ import sys
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pytest-runner | major |
>=4.0,<5dev -> >=6,<7
|
v6.0.1
======
v6.0.0
======
v5.3.2
======
v5.3.1
======
v5.3.0
======
v5.2
===
v5.1
===
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
(or setup_requires
), will result
in a DistributionNotFound
exception.
All projects should pin to pytest-runner < 5
or upgrade the environment to setuptools >= 30.4
(prior to invoking setup.py).
This MR has been generated by Renovate Bot.