Commit 4f1ac7c
fix(tutorials): install dev extras when running tutorial pytest
After #367 dropped pytest from agentex-sdk's runtime deps, `uv run
pytest` in tutorials no longer finds pytest — it lives in each
tutorial's [project.optional-dependencies] dev. Pass --extra dev so uv
installs it before spawning pytest. Fixes the "Failed to spawn: pytest"
regression seen across every tutorial test job since 2026-05-29.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e1b31d9 commit 4f1ac7c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments