Rely on poetry for make test

This commit is contained in:
2023-01-05 12:19:56 +01:00
parent 51d5306f91
commit 67f5090bf8

@ -38,3 +38,9 @@ createsuperuser:
shell: shell:
python src/web/manage.py shell python src/web/manage.py shell
poetry.lock:
poetry install
test: poetry.lock
poetry run pytest