[svn r38712] Avoid py.test.config._reparse([])
--HG-- branch : trunk
This commit is contained in:
parent
a38f606825
commit
de57df5134
|
@ -11,7 +11,8 @@ from py.__.test.rsession.box import Box
|
|||
from py.__.test.rsession.testing import example2
|
||||
|
||||
def setup_module(mod):
|
||||
mod.config = py.test.config._reparse([])
|
||||
tmpdir = py.test.ensuretemp("boxtests")
|
||||
mod.config = py.test.config._reparse([tmpdir])
|
||||
|
||||
def test_basic_boxing():
|
||||
# XXX: because we do not have option transfer
|
||||
|
|
Loading…
Reference in New Issue