assume pytest-parallel already is in container image

This commit is contained in:
jaseg 2022-06-21 11:22:06 +02:00
parent fa089d32ca
commit 2f4e52d31e

View file

@ -3,6 +3,6 @@
set -e
git clone /data/git git
cd git
python3 -m pip install pytest-parallel
python3 -m pytest --workers auto
#python3 -m pytest --workers auto
python3 -m pytest -x