Commit ad3d7f0
committed
fix(ci): install dependencies for coverage environment
The `cover` environment was failing in CI with a "No such file or
directory: 'pytest'" error.
This occurred because the environment did not have a `deps` section to
install the testing requirements. While this might work locally due to
`tox` reusing environments, it fails in a clean CI run.
This change adds the required dependencies to the `[testenv:cover]`
section, ensuring it is self-contained and runs reliably.1 parent e1dd715 commit ad3d7f0
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
0 commit comments