diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index ddfe8b4cb..aa179c183 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -3,8 +3,5 @@ echo "Downloading fixtures" wget -q https://storage.googleapis.com/dara-c1b52.appspot.com/daras_ai/media/ca0f13b8-d6ed-11ee-870b-8e93953183bb/fixture.json -echo "Running Django migrations..." -./manage.py migrate - echo "Running pytest..." pytest