#!/bin/sh
cp -r pyproject.toml testing "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
python3 -m pytest testing -m "not setup_raises" -k "not CPPNestingPages"
