Commit 0823c40
committed
fix: migrate dev/test/docs tooling from Poetry extras to dependency groups
Fixes #1097 — fresh clone setup fails because 'poetry install --extras dev'
does not reliably install dev tools like pytest-cases.
Changes:
- pyproject.toml: move dev/test/docs deps from [tool.poetry.dependencies]
+ [tool.poetry.extras] into proper Poetry dependency groups
([tool.poetry.group.dev/test/docs.dependencies])
- .github/actions/setup-python/action.yaml: use '--with dev,test,docs'
instead of '--extras dev'
- CONTRIBUTING.md: update install command and add note about groups
- poetry.lock: regenerated for new group structure1 parent eae786e commit 0823c40
4 files changed
Lines changed: 169 additions & 253 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
0 commit comments