#!/bin/sh

export HOME=$AUTOPKGTEST_TMP
# run pytest with all the available python versions
for p in $(py3versions -s); do $p -m pytest tests/unit/; done