pytest-xdist is required by now

This commit is contained in:
Raphael Michel
2018-12-11 12:54:30 +01:00
parent 85289fe0d1
commit eed220f14a
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ if [ "$1" == "translation-spelling" ]; then
potypo
fi
if [ "$1" == "tests" ]; then
pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt pytest-xdist
pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt
cd src
python manage.py check
make all compress

View File

@@ -9,6 +9,7 @@ codecov
coverage
pytest==3.6.*
pytest-django
pytest-xdist
isort
pytest-rerunfailures==4.*
pytest-mock==1.6.*