Commit 6affb59
committed
fix: Add missing flake8 and pytest dependencies to dev requirements
- Add flake8>=6.0.0 to dev dependencies (was missing, causing CI failure)
- Add pytest-cov and pytest-xdist for complete test coverage support
- Ensures all CI tools are properly installed via pip install -e .[dev]
- This should resolve the 'flake8: command not found' error1 parent 978534e commit 6affb59
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments