Commit d8320be
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 (unreleased) will allow installing these
dependencies with `python -m pip install --group test`.
Signed-off-by: Benjamin Gilbert <[email protected]>1 parent 8fabf27 commit d8320be
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments