#!/bin/sh
set -efu

cp -a tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

echo "=== pypy ==="
pypy -m pytest tests 2>&1
