diff --git a/pyproject.toml b/pyproject.toml index ac7607afb3..0097b33aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ scanpy = "scanpy.cli:console_main" [project.optional-dependencies] test-min = [ - "pytest>=7.4.2,<8.1", + "pytest>=7.4.2,!=8.1.*", "pytest-nunit", "pytest-mock", "pytest-cov",