diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 0b7e4c902..ddfe8b4cb 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -7,4 +7,4 @@ echo "Running Django migrations..." ./manage.py migrate echo "Running pytest..." -ulimit -n unlimited && pytest +pytest