From 9533acb9aa6e106a0a913ac8d872b87f99f05ae3 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 28 Apr 2009 19:54:19 +0200 Subject: [PATCH] due to "conftest.py" already being loaded when collecting directories we cannot skip here. --HG-- branch : trunk --- doc/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conftest.py b/doc/conftest.py index 20d6b9b1b..d5a37dd5d 100644 --- a/doc/conftest.py +++ b/doc/conftest.py @@ -1,5 +1,5 @@ #XXX make work: excludedirs = ['_build'] import py -py.test.importorskip("pygments") +#py.test.importorskip("pygments") pytest_plugins = ['pytest_restdoc'] rsyncdirs = ['.']