From 12ed0aaa2b084044e95b9d0ed31ac8551fc003ca Mon Sep 17 00:00:00 2001 From: Michal Klein <46717574+michalk8@users.noreply.github.com> Date: Sun, 15 Sep 2024 15:10:57 +0200 Subject: [PATCH] Unpin pytest version --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 609b7bb9..1999d763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,8 +69,7 @@ dev = [ "tox>=4", ] test = [ - "pytest>=7,<8.1.0", - "pytest-xdist>=3", + "pytest>=8", "pytest-mock>=3.5.0", "pytest-cov>=4", "coverage[toml]>=7",