File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ def tests(session, installable):
60
60
"""
61
61
env = dict (JSON_SCHEMA_TEST_SUITE = str (ROOT / "json" ))
62
62
63
- session .install ("virtue" , installable )
64
- session .install ("jsonpath-ng" , installable )
63
+ session .install ("--group=test" , installable )
65
64
66
65
if session .posargs and session .posargs [0 ] == "coverage" :
67
66
if len (session .posargs ) > 1 and session .posargs [1 ] == "github" :
Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ Tidelift = "https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pyp
78
78
Changelog = " https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
79
79
Source = " https://github.com/python-jsonschema/jsonschema"
80
80
81
+ [dependency-groups ]
82
+ test = [" virtue" , " jsonpath-ng" ]
83
+
81
84
[tool .hatch .metadata .hooks .fancy-pypi-readme ]
82
85
content-type = " text/x-rst"
83
86
You can’t perform that action at this time.
0 commit comments