Commit f5d0b2c
committed
fix(ci): install workspace packages as editable + fix lint
- ci.yml: use 'uv sync --all-packages' in test jobs so workspace members
(coordinode, langchain-coordinode, llama-index-graph-stores-coordinode)
are installed as proper editable packages via .pth files. Without this,
uv sync only installs dev dependencies and leaves workspace packages
uninstalled, causing ModuleNotFoundError in tests.
- ruff.toml: update proto stubs exclude path to coordinode/coordinode/_proto/
(moved in #10); exclude _version.py (generated by hatch-vcs, unformatted)
- tests/unit/test_types.py: fix I001 — remove blank line between same-group
imports (pytest + coordinode._types are both third-party)
- Makefile: clean target also removes coordinode/coordinode/_proto/google
(google.api stubs generated alongside coordinode stubs)
- Remove coordinode/_proto/__init__.py that was mistakenly committed to git
(generated file, should only exist in gitignored coordinode/_proto/)1 parent 2a63dd0 commit f5d0b2c
5 files changed
Lines changed: 6 additions & 7 deletions
File tree
- .github/workflows
- coordinode/_proto
- tests/unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments