Skip to content

Commit a382784

Browse files
committed
Parallelize with pytest-xdist
1 parent 6bb1398 commit a382784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ test = [
8080
"rich",
8181
"mypy",
8282
"hypothesis",
83+
"pytest-xdist",
8384
]
8485
remote_tests = [
8586
'zarr[remote]',
@@ -165,7 +166,7 @@ run = "run-coverage --no-cov"
165166
run-pytest = "run"
166167
run-verbose = "run-coverage --verbose"
167168
run-mypy = "mypy src"
168-
run-hypothesis = "run-coverage --hypothesis-profile ci --run-slow-hypothesis tests/test_properties.py tests/test_store/test_stateful*"
169+
run-hypothesis = "run-coverage -nauto --hypothesis-profile ci --run-slow-hypothesis tests/test_properties.py tests/test_store/test_stateful*"
169170
list-env = "pip list"
170171

171172
[tool.hatch.envs.doctest]

0 commit comments

Comments
 (0)