#!/bin/sh
set -e -u
export PYTHONWARNINGS=d
cp -a tests/ doc/ "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/tests/"
touch "$AUTOPKGTEST_TMP/tests/__init__.py"
# Skip test_export_ps test, need further details investigation.
py3versions -s | tr ' ' '\n' | xargs -I {} env {} -m nose --verbose --no-skip -e test_export_ps 2>&1
