Commit d77777c
fix: CI test failures for TypeScript and Python jobs (#23)
Two issues:
1. TypeScript permission-task tests: test fixture wrote config to
`opencode.json` but the config loader only looks for
`altimate-code.json`. Updated fixture to use correct filename.
2. Python tests: `pytest: command not found` because pyproject.toml
had no `dev` optional dependency group. Added `dev` extras with
pytest and ruff.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8d4e45b commit d77777c
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
0 commit comments