From 46b4f588b2e58fe5d2d4b1a885c095f24c6cd400 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 18:01:16 -0700 Subject: revert '-vv' for pytest in Makefile (too verbose) --- python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Makefile') 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 -- cgit v1.2.3