Skip to content

Commit ec880dd

Browse files
committed
Remove redundant gpu env
1 parent 39fff00 commit ec880dd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ remote_tests = [
8787
"moto[s3,server]",
8888
"requests",
8989
]
90-
optional = [
91-
"rich",
92-
"universal_pathlib",
93-
'zarr[remote_tests]',
94-
]
90+
optional = ["rich", "universal-pathlib"]
9591
docs = [
9692
# Doc building
9793
'sphinx==8.1.3',
@@ -161,14 +157,8 @@ python = ["3.11", "3.12", "3.13"]
161157
numpy = ["1.25", "2.1"]
162158
features = ["optional"]
163159

164-
[[tool.hatch.envs.test.matrix]]
165-
python = ["3.11", "3.12", "3.13"]
166-
numpy = ["1.25", "2.1"]
167-
features = ["gpu"]
168-
169160
[tool.hatch.envs.test.scripts]
170161
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src --junitxml=junit.xml -o junit_family=legacy"
171-
run-coverage-gpu = "pip install cupy-cuda12x && pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src --junitxml=junit.xml -o junit_family=legacy"
172162
run-coverage-html = "pytest --cov-config=pyproject.toml --cov=pkg --cov-report html --cov=src"
173163
run = "run-coverage --no-cov"
174164
run-pytest = "run"

0 commit comments

Comments
 (0)