Skip to content

Commit

Permalink
Bump pytest(-cov) versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbegaint committed Sep 2, 2020
1 parent aa41466 commit 91fa6a6
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 @@ -70,7 +70,7 @@ def get_extensions():
return ext_modules


TEST_REQUIRES = ["pytest>=5.4.3", "pytest-cov>=2.9.0"]
TEST_REQUIRES = ["pytest>=6.0.1", "pytest-cov>=2.10.1"]
DEV_REQUIRES = TEST_REQUIRES + [
"pylint>=2.6.0",
"black>=20.8b1",
Expand Down

0 comments on commit 91fa6a6

Please sign in to comment.