#!/bin/bash

set -e

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

echo 'Done!'
