aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile
index ec3335a5..7f18b0e7 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -31,7 +31,7 @@ fmt: ## Run code formating on all source code
.PHONY: test
test: ## Run all tests and lints
@curl --silent localhost:9411/v0/changelog > /dev/null || (echo "API not running locally, bailing early from tests" && exit 1)
- pipenv run pytest -vv
+ pipenv run pytest
.PHONY: coverage
coverage: ## Run all tests with coverage