Skip to content

Commit bb63aa1

Browse files
committed
build: Removed upper bound on the coverage version installed by the "testing" extra.
Adjusted constraints accordingly. Signed-off-by: Michael Seifert <[email protected]>
1 parent 5d69f60 commit bb63aa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependencies/default/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
async-generator==1.10
22
attrs==21.4.0
3-
coverage==6.2
3+
coverage==6.3.2
44
flaky==3.7.0
55
hypothesis==6.39.6
66
idna==3.3

dependencies/pytest-min/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
async-generator==1.10
22
attrs==21.4.0
3-
coverage==6.2
3+
coverage==6.3.2
44
flaky==3.7.0
55
hypothesis==6.39.6
66
idna==3.3

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install_requires =
4141

4242
[options.extras_require]
4343
testing =
44-
coverage==6.2
44+
coverage >= 6.2
4545
hypothesis >= 5.7.1
4646
flaky >= 3.5.0
4747
mypy >= 0.931

0 commit comments

Comments
 (0)