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