From 6210030d27a1a3ee873f578c7603ca172ddbaf8c Mon Sep 17 00:00:00 2001 From: fijal Date: Mon, 12 Feb 2007 16:28:09 +0100 Subject: [PATCH] [svn r38573] This tests was completely broken when pypy is there --HG-- branch : trunk --- py/test/rsession/testing/test_web.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/py/test/rsession/testing/test_web.py b/py/test/rsession/testing/test_web.py index b76d5e873..fe70c366f 100644 --- a/py/test/rsession/testing/test_web.py +++ b/py/test/rsession/testing/test_web.py @@ -8,6 +8,8 @@ def setup_module(mod): try: from pypy.translator.js.main import rpython2javascript from pypy.translator.js import commproxy + mod.commproxy = commproxy + mod.rpython2javascript = rpython2javascript except ImportError: py.test.skip("PyPy not found") mod.commproxy.USE_MOCHIKIT = False