Commit ad386c8
committed
pyproject: add dependency group for test deps
Add a PEP 735 dependency group that installs a supported version of
pytest. This allows downstream build systems (e.g. Fedora) to autodetect
test dependencies. pip 25.1 allows installing these dependencies with
`pip install --group test`.
Signed-off-by: Benjamin Gilbert <[email protected]>1 parent 4632262 commit ad386c8
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments