Commit 90dfd13
Ismael Marchi
fix: ci pipeline infrastructure and integration dependencies
Root cause: CI installed only [dev] deps, missing langchain-core and crewai.
Test collection failed with Exit Code 2 (ModuleNotFoundError) on Python 3.10.
Fixes:
- CI workflow: install all optional dep groups [dev,langchain,crewai]
- Add pytest.importorskip() guards to integration tests (defense in depth)
- Add asyncio_mode='auto' to pytest config for clean async handling
- 324 tests passing, 93% coverage, zero IP exposure1 parent 3a7e9c3 commit 90dfd13
4 files changed
Lines changed: 8 additions & 1 deletion
File tree
- .github/workflows
- tests/integrations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments