From 7e5ac60c195106f1da4c8574c741dc5149c7122b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 29 Apr 2024 07:23:07 -0400 Subject: [PATCH] Temporarily prohibit pytest 8.2.0 in order to fix CI 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 3430893dd4..48602cab8e 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", + "pytest>=8.1.1,<9,!=8.2.0", "requests>=2.9.1,<3", "tox>=3.5,<5", "wheel>=0.36.2,<0.44",