Commit e813354
Add pytest-cov to dev dependency group (#846)
The shared pytest addopts include --cov=numcodecs, so every dependency
group that runs pytest needs pytest-cov. After the test-zarr-* groups
were deduped to include the dev group, pytest-cov was no longer pulled
in, breaking external runners (e.g. zarr-python's numcodecs codec tests
job) with "unrecognized arguments: --cov=numcodecs".
Put pytest-cov in dev so all groups that include it get coverage support.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f3d6187 commit e813354
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments