#!/bin/sh
set -ex

cp -r tests $AUTOPKGTEST_TMP

cd "$AUTOPKGTEST_TMP"
python3 -m pytest 2>&1
