From b2298d7e99ca7b7269b2163868699d2a5af9917d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 22 Apr 2024 01:04:20 +0200 Subject: [PATCH] fix CI (#6816) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 044109214..3430893dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev = [ "pytest-asyncio>=0.23.6,<0.24", "pytest-cov>=5.0.0,<5.1", "pytest-timeout>=2.3.1,<2.4", - "pytest-xdist>=3.6.0,<3.7", + "pytest-xdist>=3.5.0,<3.7", "pytest>=8.1.1,<9", "requests>=2.9.1,<3", "tox>=3.5,<5",