Commit f6c3a5c
authored
deps: add missing dependencies in
This PR adds missing dependencies to `pyproject.toml` test dependency
group (used for local development).
Added dependencies:
- `codespell` - required to run `make spell_check` and `make spell_fix`
scripts
- `pytest-watcher` - required to run `make test_watch`
- `greenlet` - without it, `make test` fails with error below. It was
previously added in #161, but lost at some point.
```
ValueError: the greenlet library is required to use this function. No module named 'greenlet'
```test group (#223)1 parent 18b1bcd commit f6c3a5c
2 files changed
+74
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments