Skip to content

Commit

Permalink
build: Removed upper bound on the coverage version installed by the "…
Browse files Browse the repository at this point in the history
…testing" extra.

Adjusted constraints accordingly.

Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
  • Loading branch information
seifertm committed Mar 28, 2022
1 parent 5d69f60 commit bb63aa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/default/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
async-generator==1.10
attrs==21.4.0
coverage==6.2
coverage==6.3.2
flaky==3.7.0
hypothesis==6.39.6
idna==3.3
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pytest-min/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
async-generator==1.10
attrs==21.4.0
coverage==6.2
coverage==6.3.2
flaky==3.7.0
hypothesis==6.39.6
idna==3.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =

[options.extras_require]
testing =
coverage==6.2
coverage >= 6.2
hypothesis >= 5.7.1
flaky >= 3.5.0
mypy >= 0.931
Expand Down

0 comments on commit bb63aa1

Please sign in to comment.