mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Use 3 SQLite workers
This commit is contained in:
@@ -42,7 +42,7 @@ if [ "$1" == "tests" ]; then
|
|||||||
cd src
|
cd src
|
||||||
python manage.py check
|
python manage.py check
|
||||||
make all compress
|
make all compress
|
||||||
py.test --reruns 5 -n 2 tests
|
py.test --reruns 5 -n 3 tests
|
||||||
fi
|
fi
|
||||||
if [ "$1" == "tests-cov" ]; then
|
if [ "$1" == "tests-cov" ]; then
|
||||||
pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt
|
pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user