From 61f39a9cd45bdd7529a0299a05d5ab6eb5412f2b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 27 Dec 2016 20:04:01 +0100 Subject: [PATCH] Restrict where we collect tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aadaaa94..87ea2198 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: - py.test + py.test tests develop: pip install --editable . -- 2.47.3