Use the Makefile target for the full Python + Bun suite:
make test
Pytest is configured with addopts = "-m 'not slow'", so tests marked
@pytest.mark.slow (including @pytest.mark.packaging) are skipped by
default. Run the full set, including packaging checks, with:
pytest -m slow