From 1d0eed5205986e80c81810d16d20d93c24f4f984 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sun, 28 Oct 2012 07:04:11 +0100 Subject: [PATCH] remove examples from pytest dirs --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index af975ae6..e8361c22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,3 +2,6 @@ build-requires = python2-devel python-setuptools requires = python-setuptools >= 0.6c6 python-ctypes install_script = rpm/install + +[pytest] +norecursedirs = examples