8000 PIN: Temporarily pin pytest<8.1, pending scientific-python/pytest-doc… · nipy/nibabel@e4facc1 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4facc1

Browse files
committed
PIN: Temporarily pin pytest<8.1, pending scientific-python/pytest-doctestplus#239
1 parent acd0c77 commit e4facc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ doc = [
6767
"tomli; python_version < '3.11'",
6868
]
6969
test = [
70-
"pytest",
70+
"pytest<8.1", # relax once pytest-doctestplus releases 1.2.0
7171
"pytest-doctestplus",
7272
"pytest-cov",
7373
"pytest-httpserver",

0 commit comments

Comments
 (0)
0