#!/usr/bin/env bash
set -euo pipefail

uv run --with dist/*.whl --with pytest --no-project pytest tests/ "$@"
