Commit b8ae9ab
authored
Sync test dependencies between pyproject.toml and pixi.toml (#1811)
Add missing test deps so both dependency surfaces are consistent:
- pyproject.toml [dependency-groups] test: add pytest-benchmark, cloudpickle, psutil
- pixi.toml [feature.test.dependencies]: add pytest-rerunfailures, cloudpickle, psutil
This ensures CI always runs cloudpickle and psutil tests rather than
silently skipping them via importorskip.
Made-with: Cursor1 parent 653939e commit b8ae9ab
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
| 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