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",