meshai/.github
Matt Johnson e035563501 ci: add pytest gate for PRs and pushes to main
Adds .github/workflows/tests.yml: checkout, Python 3.11 (matching
work/Dockerfile's python:3.11-slim-bookworm base), pip install -r
requirements.txt + pip install -e ".[dev]" for pytest/pytest-asyncio,
then `python -m pytest -q -p no:cacheprovider` from work/.

docker-publish.yml is untouched (image publishing unchanged).

NOTE: origin/main currently has 6 pre-existing test failures (stale
SCHEMA_VERSION x3, expired TLE fixtures x2, one order-dependent) that
are fixed in open PR #140 (fix/green-test-suite), not this change.
This gate will be red until #140 merges — that is expected and by
design; no continue-on-error / skip was added to mask it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-17 20:25:25 +00:00
..
workflows ci: add pytest gate for PRs and pushes to main 2026-07-17 20:25:25 +00:00