[pypy-issue] [issue726] django-cms tests fail using pypy 1.5 but pass under CPython 2.5, 2.6 and 2.7

Jonas Obrist tracker at bugs.pypy.org
Tue May 31 18:02:58 CEST 2011


Jonas Obrist <jonas.obrist at divio.ch> added the comment:

Created a branch at https://github.com/ojii/django-cms/tree/pypy-testing-branch 
to make running the tests easier (removed the coverage and xml-unittest 
dependencies, and made the runtests.sh default to `pypy` and not `python` as 
interpreter).

To get that branch:
git checkout https://github.com/ojii/django-cms # you can skip this if you 
already have a checkout, even if it's from divio/django-cms
git remote add ojii https://github.com/ojii/django-cms
git checkout -b pypy-testing-branch
git pull ojii pypy-testing-branch

or alternatively grab the tarball: https://github.com/ojii/django-
cms/tarball/pypy-testing-branch

You also need to install PIL

Hope this makes running the tests a bit easier, if not, keep me posted

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue726>
________________________________________


More information about the pypy-issue mailing list