assume pytest-parallel already is in container image

modern_python
jaseg 2022-06-21 11:22:06 +02:00
rodzic fa089d32ca
commit 2f4e52d31e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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