File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 3737 - name : Install dependencies
3838 run : |
3939 python3 -m pip install --upgrade pip
40- python3 -m pip install . -r requirements- dev.txt
40+ python3 -m pip install .[ dev]
4141
4242 - name : Collect Coverage
4343 run : coverage run -m pytest -vv
Original file line number Diff line number Diff line change 44
55tasks :
66 - name : Setup & Install
7- before : pip install -r requirements-dev.txt
7+ before : pip install -e .[dev]
88 init : pre-commit install
9- command : pip install -e .
Original file line number Diff line number Diff line change @@ -38,8 +38,12 @@ clang-tools = "clang_tools.main:main"
3838source = " https://github.com/cpp-linter/clang-tools-pip"
3939tracker = " https://github.com/cpp-linter/clang-tools-pip/issues"
4040
41- # ... other project metadata fields as specified in:
42- # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
41+ [project .optional-dependencies ]
42+ dev = [
43+ " coverage[toml]" ,
44+ " pre-commit" ,
45+ " pytest" ,
46+ ]
4347
4448[tool .setuptools ]
4549zip-safe = false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments