From e624c0eb3af6fc7521875249362994af6b57a451 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 14 Jan 2021 21:22:45 +0000 Subject: Don't use green when testing directly --- python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/Makefile b/python/Makefile index 8c2fca6..87a5921 100644 --- a/python/Makefile +++ b/python/Makefile @@ -57,7 +57,8 @@ test: venv ## Run nosetests using the default nosetests command source $(VENV_DIR)/bin/activate && green -a -vv ./tests test_direct: - pip install -e .[dev] && green -a -vv ./tests + pip install wheel && pip install . && \ + python -m unittest discover ./tests ####################### # Virtual environment # -- cgit v1.2.3