Skip to content

Commit f484736

Browse files
committed
chore: remove cast-value-rs group, and add cast-value-rs to optional deps
1 parent 8ffbd94 commit f484736

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ matrix.deps.features = [
167167
{value = "remote", if = ["optional"]},
168168
{value = "optional", if = ["optional"]},
169169
{value = "cli", if = ["optional"]},
170+
{value = "cast-value-rs", if = ["optional"]},
170171
]
171172
matrix.deps.dependency-groups = [
172173
{value = "remote-tests", if = ["optional"]},
@@ -192,16 +193,6 @@ run-benchmark = "pytest --benchmark-enable tests/benchmarks"
192193
serve-coverage-html = "python -m http.server -d htmlcov 8000"
193194
list-env = "pip list"
194195

195-
[tool.hatch.envs.cast-value]
196-
template = "test"
197-
features = ["cast-value-rs"]
198-
199-
[[tool.hatch.envs.cast-value.matrix]]
200-
python = ["3.12"]
201-
202-
[tool.hatch.envs.cast-value.scripts]
203-
run = "pytest tests/test_codecs/test_cast_value.py {args:}"
204-
205196
[tool.hatch.envs.gputest]
206197
template = "test"
207198
extra-dependencies = [

0 commit comments

Comments
 (0)