#!/bin/sh

set -eu

cp -r tests "${AUTOPKGTEST_TMP}"
cd "${AUTOPKGTEST_TMP}"
pytest-3 tests/
