[svn r38100] Slave is always boxed as well (different level of skips)
--HG-- branch : trunk
This commit is contained in:
parent
ee1214fcfe
commit
d7331146da
|
@ -133,6 +133,7 @@ def setup():
|
|||
sys.path.insert(0, basedir)
|
||||
import py
|
||||
config = py.test.config
|
||||
config.option.boxed = True
|
||||
assert not config._initialized
|
||||
config.initdirect(basedir, config_repr)
|
||||
if not config.option.nomagic:
|
||||
|
|
Loading…
Reference in New Issue