From: Armin Ronacher Date: Tue, 27 Dec 2016 19:04:01 +0000 (+0100) Subject: Restrict where we collect tests X-Git-Tag: 2.9~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f39a9cd45bdd7529a0299a05d5ab6eb5412f2b;p=thirdparty%2Fjinja.git Restrict where we collect tests --- 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 .