Skip to content

Commit

Permalink
do not compile messages for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hnthh committed Nov 29, 2023
1 parent 4a0ffbf commit c17676c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions {{cookiecutter.name}}/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
manage = poetry run src/manage.py

compilemessages: messages
$(manage) compilemessages

fmt:
poetry run autoflake --in-place --remove-all-unused-imports --recursive src tests
poetry run isort src tests
Expand All @@ -16,10 +13,7 @@ lint:
poetry run mypy src tests
poetry run dotenv-linter src/core/.env.ci

messages:
$(manage) makemessages --locale ru

test: compilemessages
test:
$(manage) makemigrations --dry-run --no-input --check
poetry run pytest --dead-fixtures
poetry run pytest -x
Expand Down

0 comments on commit c17676c

Please sign in to comment.