From bd8492233887dc5c70b9cbca16e0aeeffcd3db7a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 24 Apr 2024 21:12:18 +0200 Subject: [PATCH] chore: remove -x from make test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 770e8dba..5de3fd40 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ publish: ## Publish the Python package to Pypi test: testpy testjs testpy: - pytest -xv umap/tests/ + pytest -vv umap/tests/ test-integration: pytest -xv umap/tests/integration/