[py-svn] r51032 - py/branch/reporter-merge/py/green/test

fijal at codespeak.net fijal at codespeak.net
Fri Jan 25 14:44:15 CET 2008


Author: fijal
Date: Fri Jan 25 14:44:12 2008
New Revision: 51032

Modified:
   py/branch/reporter-merge/py/green/test/test_greenexecnet.py
Log:
skip green execnet tests.


Modified: py/branch/reporter-merge/py/green/test/test_greenexecnet.py
==============================================================================
--- py/branch/reporter-merge/py/green/test/test_greenexecnet.py	(original)
+++ py/branch/reporter-merge/py/green/test/test_greenexecnet.py	Fri Jan 25 14:44:12 2008
@@ -1,6 +1,8 @@
 import py
 from py.__.green.greenexecnet import *
 
+py.test.skip("Does not work with globally installed pylib")
+
 def test_simple():
     gw = PopenGateway()
     channel = gw.remote_exec("x = channel.receive(); channel.send(x * 6)")


More information about the py-svn mailing list