#!/bin/sh
set -e

cp -r setup.cfg tests "$AUTOPKGTEST_TMP"

cd "$AUTOPKGTEST_TMP"

python3 -m pytest tests

