diff --git a/pyproject.toml b/pyproject.toml index ab60834665..1825c0d3b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest", + "pytest<8.0.0", "pytest-cov", "pytest-github-actions-annotate-failures", "pytest-lazy-fixture",