Commit 74cebc7
committed
Make test dependencies required instead of optional
This change moves pytest and anyio from optional dev dependencies to required
dependencies to prevent issues when running `uv sync` without `--all-extras`.
Changes:
- Moved pytest and anyio to main dependencies in pyproject.toml
- Removed `--all-extras` flag from CI workflow since it's no longer needed
- This prevents developers from accidentally running sync without test deps
The `--all-extras` flag was previously required in CI and local development,
which was error-prone since running `uv sync` would remove test dependencies,
breaking the ability to run tests.1 parent 6f2cd0c commit 74cebc7
3 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments