Commit 71a7b55
authored
### Rationale for this change
Modern packaging requires non-user facing dependencies to be placed in a `dependency-groups` as per [PEP 735](https://peps.python.org/pep-0735.)
### What changes are included in this PR?
Changes the `project.optional-dependencies` to `dependency-groups`.
### Are these changes tested?
Not locally yet. I've tried searching for use of the word `test`. Obviously this comes up a lot in the code base, so testing in CI here.
### Are there any user-facing changes?
Not really, no. The only difference is people would have to do `pip install --group test pyarrow` rather than `pip install pyarrow[test]`.
* GitHub Issue: apache#47137
Authored-by: Patrick J. Roddy <patrickjamesroddy@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent f0955f1 commit 71a7b55
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments