Skip to content

Commit 1e196e2

Browse files
authored
randomize test order (#1916) (#1917)
(cherry picked from commit 2c009c9)
1 parent 75a007d commit 1e196e2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ test = [
8787
"loompy>=3.0.5",
8888
"pytest>=8.2,<8.3.4",
8989
"pytest-cov>=2.10",
90+
"pytest-randomly",
91+
"pytest-memray",
92+
"pytest-mock",
9093
"zarr<3",
9194
"matplotlib",
9295
"scikit-learn",
@@ -98,8 +101,6 @@ test = [
98101
"dask[distributed]",
99102
"awkward>=2.3",
100103
"pyarrow",
101-
"pytest_memray",
102-
"pytest-mock",
103104
"anndata[dask]",
104105
]
105106
dev-test = [ "pytest-xdist[psutil]" ] # local test speedups

0 commit comments

Comments
 (0)