due to "conftest.py" already being loaded when collecting directories

we cannot skip here.

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-04-28 19:54:19 +02:00
parent 44abdc9391
commit 9533acb9aa
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#XXX make work: excludedirs = ['_build'] #XXX make work: excludedirs = ['_build']
import py import py
py.test.importorskip("pygments") #py.test.importorskip("pygments")
pytest_plugins = ['pytest_restdoc'] pytest_plugins = ['pytest_restdoc']
rsyncdirs = ['.'] rsyncdirs = ['.']