From 43b5a175196d5c8aef63f67aeffd887208864155 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sun, 9 Dec 2018 16:00:48 +0100 Subject: [PATCH] fix makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0244321..4e9c2bf 100644 --- a/makefile +++ b/makefile @@ -323,7 +323,7 @@ pylint: ## Run pytest unit and integration tests .PHONY: test -test: $(COMPAT_TEST_FILES) +test: @rm -rf ".pytest_cache"; @rm -rf "src/__pycache__"; @rm -rf "test/__pycache__";