Skip to content

Commit

Permalink
⬆️ Update pytest-cov requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v2.8.0...v6.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Galileo-Galilei committed Oct 29, 2024
1 parent 8f8f6aa commit 3cf996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _parse_requirements(path, encoding="utf-8"):
],
"test": [
"pytest>=5.4.0, <9.0.0", # pytest==8.0.0 breaks pytest-lazy-fixture : https://github.com/TvoroG/pytest-lazy-fixture/issues/65
"pytest-cov>=2.8.0, <6.0.0",
"pytest-cov>=2.8.0, <7.0.0",
"pytest-lazy-fixtures>=1.0.0, <2.0.0",
"pytest-mock>=3.1.0, <4.0.0",
"ruff>=0.5.0,<0.8.0", # ensure consistency with pre-commit
Expand Down

0 comments on commit 3cf996c

Please sign in to comment.