#!/bin/sh
set -e
cp -r test* "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
$py -Wd -m pytest -v -k "not test_set_config_valid and not test_set_config_valid  and not test_set_config_valid" -x 2>&1
done
