We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb1398 commit a382784Copy full SHA for a382784
pyproject.toml
@@ -80,6 +80,7 @@ test = [
80
"rich",
81
"mypy",
82
"hypothesis",
83
+ "pytest-xdist",
84
]
85
remote_tests = [
86
'zarr[remote]',
@@ -165,7 +166,7 @@ run = "run-coverage --no-cov"
165
166
run-pytest = "run"
167
run-verbose = "run-coverage --verbose"
168
run-mypy = "mypy src"
-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*"
170
list-env = "pip list"
171
172
[tool.hatch.envs.doctest]
0 commit comments