Test-Command: set -e
 ; export OMPI_MCA_rmaps_base_oversubscribe=1
 ; for py in $(py3versions -s 2>/dev/null)
 ; do echo "Testing with $py:"
 ; $py -m pytest -p pytester
 ; done
Depends: python3-all,
         python3-pytest-mpi,
         python3-pytest,
         python3-mpi4py,
         python3-sybil,
         mpi-default-bin
