From 674c1ac8026b76ad0f794895407a8b50a2347548 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Sun, 28 Oct 2012 22:59:19 -0700 Subject: [PATCH] skip virtualenv dirs when looking for tests --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e8361c22..f070c8c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,4 +4,4 @@ requires = python-setuptools >= 0.6c6 python-ctypes install_script = rpm/install [pytest] -norecursedirs = examples +norecursedirs = examples lib local src