From 6c6c7425dc06d4c332fabe6ebe8fcb61734c0510 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 20 May 2024 07:20:58 -0400 Subject: [PATCH] Temporarily prohibit pytest 8.2.1 in order to fix CI (#6858) See https://github.com/pytest-dev/pytest/issues/12263 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b81f4b595..3b82970ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev = [ "pytest-cov>=5.0.0,<5.1", "pytest-timeout>=2.3.1,<2.4", "pytest-xdist>=3.5.0,<3.7", - "pytest>=8.1.1,<9,!=8.2.0", + "pytest>=8.1.1,<9,!=8.2.0,!=8.2.1", "requests>=2.9.1,<3", "tox>=3.5,<5", "wheel>=0.36.2,<0.44",