#!/bin/bash
set -e

cp -r assets examples cassettes tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

unset http_proxy https_proxy

python3 -m pytest 
