Test-Command: set -e
 ; cp -r test "$AUTOPKGTEST_TMP"
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -m pytest -v
 ; done
Depends:
 python3-all,
 python3-pkg-resources,
 python3-pybtex-docutils,
 python3-pytest,
Restrictions:
 allow-stderr,
