From af4cb4624c90c4a9425c0011bf217f81f5521ffb Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 1 Oct 2017 19:43:32 +0200 Subject: [PATCH] Remove annoying extra arg again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 227fde6..823c266 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ test: bash $(CODECOV_PATH) -c -F storage else test: - py.test $(PYTEST_ARGS) tests/ + py.test $(PYTEST_ARGS) endif all: