Skip to content

Commit 9954c43

Browse files
committed
Relax pytest version restriction (#3034)
1 parent 1972c51 commit 9954c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ scanpy = "scanpy.cli:console_main"
8484

8585
[project.optional-dependencies]
8686
test-min = [
87-
"pytest>=7.4.2,<8.1",
87+
"pytest>=7.4.2,!=8.1.*",
8888
"pytest-nunit",
8989
"pytest-mock",
9090
"pytest-cov",

0 commit comments

Comments
 (0)