diff --git a/pyproject.toml b/pyproject.toml index e92c465e0..3cd81f93e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ doc = [ "tomli; python_version < '3.11'", ] test = [ - "pytest", + "pytest<8.1", # relax once pytest-doctestplus releases 1.2.0 "pytest-doctestplus", "pytest-cov", "pytest-httpserver",