DEBSOURCES
Skip Quicknav
sources / python-anndata / 0.8.0-4 / debian / tests / run-unit-test
12345678
#!/bin/bash set -e for py in $(py3versions --supported) ; do cd "$AUTOPKGTEST_TMP" echo "Testing with $py:" $py -m pytest --pyargs anndata done