From 5ac0332b898afb4114aec53f40fe6dab05b68790 Mon Sep 17 00:00:00 2001 From: Matej Dujava Date: Thu, 21 Jul 2022 13:29:48 +0200 Subject: [PATCH] Fix filepath target in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df931448..3ac8edfe 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all-is-package: # pattern to run individual testfile or all testfiles in directory testsuite/%: FORCE pipenv - $(PYTEST) -v --performance --ui --disruptive --toolbox $(flags) $@ + $(PYTEST) -v $(flags) $@ test: ## Run test test pytest tests: pipenv