File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ run-coverage-gpu = "pip install cupy-cuda12x && pytest -m gpu --cov-config=pypro
153153run = " run-coverage --no-cov"
154154run-verbose = " run-coverage --verbose"
155155run-mypy = " mypy src"
156- run-hypothesis = " pytest --hypothesis-profile ci tests/v3/ test_properties.py tests/v3 /test_store/test_stateful*"
156+ run-hypothesis = " pytest --hypothesis-profile ci tests/test_properties.py tests/test_store/test_stateful*"
157157list-env = " pip list"
158158
159159[tool .hatch .envs .gputest ]
@@ -173,7 +173,7 @@ run-coverage = "pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=tests"
173173run = " run-coverage --no-cov"
174174run-verbose = " run-coverage --verbose"
175175run-mypy = " mypy src"
176- run-hypothesis = " pytest --hypothesis-profile ci tests/v3/ test_properties.py tests/v3 /test_store/test_stateful*"
176+ run-hypothesis = " pytest --hypothesis-profile ci tests/test_properties.py tests/test_store/test_stateful*"
177177list-env = " pip list"
178178
179179[tool .hatch .envs .docs ]
You can’t perform that action at this time.
0 commit comments