[svn r38573] This tests was completely broken when pypy is there

--HG--
branch : trunk
This commit is contained in:
fijal 2007-02-12 16:28:09 +01:00
parent cb87cd42cc
commit 6210030d27
1 changed files with 2 additions and 0 deletions

View File

@ -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