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