From 68264c113e799b00dfe18a7278e47ea73bb60aa3 Mon Sep 17 00:00:00 2001 From: Philipp Weiler Date: Mon, 4 Mar 2024 09:31:02 +0000 Subject: [PATCH] Update `pyproject` Pin pytest upper version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd96ef50f..a144f3bb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev = [ "tox>=4", ] test = [ - "pytest>=7", + "pytest>=7,<8.1.0", "pytest-xdist>=3", "pytest-mock>=3.5.0", "pytest-cov>=4",