From 78697341a20ce2b6b248ad7a05d620e2f277a031 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 2 Dec 2015 01:19:43 -0800 Subject: [PATCH] pytest: don't run tests that happened to be part of pyvenv --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d6262b02..e57b2572 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,4 @@ [bdist_wheel] -python-tag = py34 \ No newline at end of file +python-tag = py34 +[pytest] +norecursedirs = lib \ No newline at end of file