Skip to content

Commit

Permalink
fix: integration tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 15, 2024
1 parent 6f94e83 commit a6e36d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ upgrade: ## update the requirements/*.txt files with the latest packages satisfy
sed '/^[dD]jango==/d;' requirements/test.txt > requirements/test.tmp
mv requirements/test.tmp requirements/test.txt

run-integration-tests:
install-dev-dependencies
run-integration-tests: install-dev-dependencies
pytest -rPf ./eox_theming/tests/management/integration

quality: clean ## check coding style with pycodestyle and pylint
Expand Down

0 comments on commit a6e36d1

Please sign in to comment.