From 672a9bba728fb71ba0a9390363b5c6351ebc0bdb Mon Sep 17 00:00:00 2001 From: Philipp A Date: Mon, 29 Apr 2024 15:54:12 +0200 Subject: [PATCH] Relax pytest version restriction (#3034) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",