From a256e64d183cb3de67f918d751364cdb9d983115 Mon Sep 17 00:00:00 2001 From: Jake <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:33:29 +0000 Subject: [PATCH] BLD: Restrict pytest <8.0 Fixes #467 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60028b62a..1e7f22cf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ dev = [ "matplotlib", "seaborn", - "pytest>=6.2.4", + "pytest>=6.2.4, <8.0.0", "black", "build", "pytest-cov",