Test-Command: set -efu
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cp -r tests "$AUTOPKGTEST_TMP" || true
 ; cd "$AUTOPKGTEST_TMP"
 ; echo "Testing nexpy with $py:"
 ; $py -m pytest --verbosity=2
 ; done
Depends:
 python3-pytest,
 @,
Restrictions:
 allow-stderr,
