due to "conftest.py" already being loaded when collecting directories
we cannot skip here. --HG-- branch : trunk
This commit is contained in:
parent
44abdc9391
commit
9533acb9aa
|
@ -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 = ['.']
|
||||||
|
|
Loading…
Reference in New Issue