File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install dependencies
30
30
run : |
31
- python -m pip install --upgrade pip
32
- pip install -e .
33
- pip install pytest
31
+ pip install -e . --group test
34
32
- name : Test with pytest
35
33
run : |
36
34
pytest
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ classifiers = [
23
23
" Programming Language :: Python :: 3.11" ,
24
24
]
25
25
dynamic = [" version" ]
26
-
27
- [project .optional-dependencies ]
28
-
29
26
[project .entry-points .hatch ]
30
27
nodejs = " hatch_nodejs_version.hooks"
31
28
@@ -34,6 +31,9 @@ Homepage = "https://github.com/agoose77/hatch-nodejs-version"
34
31
"Issue Tracker" = " https://github.com/agoose77/hatch-nodejs-version/issues"
35
32
"Source Code" = " https://github.com/agoose77/hatch-nodejs-version"
36
33
34
+ [dependency-groups ]
35
+ test = [" pytest>=7.0" ]
36
+
37
37
[tool .hatch .version ]
38
38
path = " hatch_nodejs_version/_version.py"
39
39
You can’t perform that action at this time.
0 commit comments