diff --git a/services/dy-static-file-server/Makefile b/services/dy-static-file-server/Makefile index 19b36346..bb2ab00a 100644 --- a/services/dy-static-file-server/Makefile +++ b/services/dy-static-file-server/Makefile @@ -107,7 +107,6 @@ info-build: ## displays info on the built image tests-unit tests-integration: ## runs integration and unit tests @.venv/bin/pytest -vv \ --basetemp=$(CURDIR)/tmp \ - -vv -s --log-cli-level=DEBUG \ --exitfirst \ --failed-first \ --pdb \