Skip to content

Commit 043c431

Browse files
committed
MNT: Require coverage>=7.2 for exclude_also
Remove outdated pytest version cap while we're here.
1 parent 2306616 commit 043c431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@ doc = [
6767
"tomli; python_version < '3.11'",
6868
]
6969
test = [
70-
"pytest<8.1", # relax once pytest-doctestplus releases 1.2.0
70+
"pytest",
7171
"pytest-doctestplus",
7272
"pytest-cov",
7373
"pytest-httpserver",
7474
"pytest-xdist",
75+
"coverage>=7.2",
7576
]
7677
# Remaining: Simpler to centralize in tox
7778
dev = ["tox"]

0 commit comments

Comments
 (0)