Skip to content

fix(ci): install pytest so the test job runs - #3

Merged
MANVENDRA-github merged 1 commit into
mainfrom
fix/ci-install-pytest
Jun 27, 2026
Merged

fix(ci): install pytest so the test job runs#3
MANVENDRA-github merged 1 commit into
mainfrom
fix/ci-install-pytest

Conversation

@MANVENDRA-github

Copy link
Copy Markdown
Owner

CI's Install step was pip install -e . (runtime deps only), so python -m pytest failed with No module named pytest on every run - pre-existing, since before skill mode. Adds a dev extra (pytest) installed via pip install -e .[dev]. No source changes.

CI ran `python -m pytest` but the Install step was `pip install -e .` (runtime
deps only), so every run failed fast with `No module named pytest` - pre-existing,
since before skill mode. Add a `dev` optional-dependency group (pytest) and have
CI install it via `pip install -e .[dev]`.
@MANVENDRA-github
MANVENDRA-github merged commit 8486cb3 into main Jun 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant