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 d450cd3 commit 604bec0
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:
make install-dev-dependencies
run-integration-tests: install-dev-dependencies
pytest -rPf ./eox_tenant/test/integration

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

0 comments on commit 604bec0

Please sign in to comment.