Test-Command: set -efu
 ; cp -a test "$AUTOPKGTEST_TMP"
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP/test"
 ; echo "Testing with $py:"
 ; $py -m pytest --verbosity=2 2>&1
 ; done
Depends:
 python3-all,
 python3-pyopencl,
 python3-pytest,
