We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a007d commit 1e196e2Copy full SHA for 1e196e2
1 file changed
pyproject.toml
@@ -87,6 +87,9 @@ test = [
87
"loompy>=3.0.5",
88
"pytest>=8.2,<8.3.4",
89
"pytest-cov>=2.10",
90
+ "pytest-randomly",
91
+ "pytest-memray",
92
+ "pytest-mock",
93
"zarr<3",
94
"matplotlib",
95
"scikit-learn",
@@ -98,8 +101,6 @@ test = [
98
101
"dask[distributed]",
99
102
"awkward>=2.3",
100
103
"pyarrow",
- "pytest_memray",
- "pytest-mock",
104
"anndata[dask]",
105
]
106
dev-test = [ "pytest-xdist[psutil]" ] # local test speedups
0 commit comments