Hi all, just for you information: if you are running Debian (e.g. Ubuntu 10.04) and install "py.test" (codespeak-python-lib) from there you get the 9-month old py.test-1.1 which cannot run PyPy's trunk-test suite. Solutions:
* uninstall the debian version. install 'py' from PyPI with e.g. "pip install py" or "easy_install py" - this should get you the 1.3.3 version which should work fine. * uninstall the debian version, don't install any other and then alias "py.test" to "trunk/pypy/py/bin/py.test" which means you use the pypy-included py version, currently version 1.3.1 which is also the version used in nightly test runs etc. sidenote: Fedora 13 ships 1.3.2 and Gentoo ships 1.3.3 so you mostly only get the issues on debian-based systems, i guess. best, holger _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
