#!/usr/bin/env bash
set -euo pipefail
bash .github/ci/setup-python
uv run pytest -m "not integration"
