Hi Harald, On Tue, Jul 22, 2008 at 17:45 +0200, Harald Armin Massa wrote: > trying to use pytest with -r to run a browser and keep looking on my tests. > > Without pypy installed: it fails with an exception of "skip "pypy not found") > > with pypy checked out and put into pythonpath: > > C:\ham\ibox25>pytest -r parsvalue.py > Server started, listening on port 1432 > > > import py.__.test.rsession.webjs > from pypy.translator.js.helper import __show_traceback > from pypy.rlib.nonconst import NonConstant as NonConst
huah! py.test should not require pypy here but use the "source.js" that comes with package. I just fixed this with r56717 in http://codespeak.net/svn/py/dist So "py.test -r" should work now, also does on my windows installation. that mode is quite experimental but i think it's a very useful frontend in principle. best, holger _______________________________________________ py-dev mailing list py-dev@codespeak.net http://codespeak.net/mailman/listinfo/py-dev