#!/bin/sh
cp -r setup.cfg testing "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
python3 -m pytest testing -m "not setup_raises" -k "not CPPPimpl"
