We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84fa12 commit b54dfceCopy full SHA for b54dfce
Taskfile.yaml
@@ -138,7 +138,6 @@ tasks:
138
- python -m uv pip compile --upgrade-package $PACKAGE --output-file requirements/production.txt requirements/production.in
139
140
tests:
141
- env:
142
- DJANGO_SETTINGS_MODULE: pythonie.settings.tests
+ desc: Run all tests
143
cmds:
144
- - docker run --rm -p 8000:8000 --env-file development.env -e DJANGO_SETTINGS_MODULE=$DJANGO_SETTINGS_MODULE -v $PWD:/app -w /app -it $DOCKER_IMAGE python pythonie/manage.py test pythonie --verbosity=3
+ - docker compose run --rm -e DJANGO_SETTINGS_MODULE=pythonie.settings.tests web python pythonie/manage.py test pythonie --verbosity=3
0 commit comments