We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd0c77 commit e4facc1Copy full SHA for e4facc1
pyproject.toml
@@ -67,7 +67,7 @@ doc = [
67
"tomli; python_version < '3.11'",
68
]
69
test = [
70
- "pytest",
+ "pytest<8.1", # relax once pytest-doctestplus releases 1.2.0
71
"pytest-doctestplus",
72
"pytest-cov",
73
"pytest-httpserver",
0 commit comments