File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
171172matrix.deps.dependency-groups = [
172173 {value = " remote-tests" , if = [" optional" ]},
@@ -192,16 +193,6 @@ run-benchmark = "pytest --benchmark-enable tests/benchmarks"
192193serve-coverage-html = " python -m http.server -d htmlcov 8000"
193194list-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 ]
206197template = " test"
207198extra-dependencies = [
You can’t perform that action at this time.
0 commit comments