#!/bin/bash

set -e

echo 'Running integration tests...'
PYTHONDONTWRITEBYTECODE=1 pytest tests/integration/ $TEST_ARGS -p no:cacheprovider
