From c46b719c3d80a7840c48deb7c4ec1eaadcd7c293 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 4 Dec 2019 17:07:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Makefile:=20Fix=20"make=20test"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7af1a79..caf98a3 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ assets-clean: # Run unit tests test: test/assets calamari_models # declare -p HTTP_PROXY - $(PYTHON) -m pytest --continue-on-collection-errors test $(PYTEST_ARGS) + python3 -m pytest --continue-on-collection-errors test $(PYTEST_ARGS) # Run unit tests and determine test coverage coverage: test/assets calamari_models