[py-svn] r38100 - py/trunk/py/test/rsession

fijal at codespeak.net fijal at codespeak.net
Wed Feb 7 19:55:46 CET 2007


Author: fijal
Date: Wed Feb  7 19:55:39 2007
New Revision: 38100

Modified:
   py/trunk/py/test/rsession/slave.py
Log:
Slave is always boxed as well (different level of skips)


Modified: py/trunk/py/test/rsession/slave.py
==============================================================================
--- py/trunk/py/test/rsession/slave.py	(original)
+++ py/trunk/py/test/rsession/slave.py	Wed Feb  7 19:55:39 2007
@@ -133,6 +133,7 @@
     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:



More information about the pytest-commit mailing list