From 81fd1923288e3ba91c50ccb2081f6f1c9fcf6536 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 11 Nov 2024 08:54:01 +0100 Subject: [PATCH] Exclude broken version Co-authored-by: anthony sottile <103459774+asottile-sentry@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0388d74..e81c9c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ classifiers = [ ] dependencies = [ "packaging>=17.1", - "pytest>=7.4", + "pytest>=7.4,!=8.2.2", ] urls = {Homepage = "https://github.com/pytest-dev/pytest-rerunfailures"}