#!/bin/bash

set -e

echo 'Running integration tests...'
uv run pytest -v tests/integration/ -p no:cacheprovider
