Skip to content

Commit

Permalink
Update pytest-cov requirement from ==2.10.* to >=2.10,<2.12
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.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v2.10.0...v2.11.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent 7f47a2e commit 5b4123f
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 @@ -38,7 +38,7 @@ def read(*parts):
tests_require = [
'codecov==2.1.*',
'coverage>=5.3,<5.6',
'pytest-cov==2.10.*',
'pytest-cov>=2.10,<2.12',
'pytest>=6.1,<6.3',
'pycodestyle>=2.6,<2.8'
]
Expand Down

0 comments on commit 5b4123f

Please sign in to comment.