Re: worth adding PyPy to continuous integration?

2015-12-03 Thread Markus Holtermann
available or behaves differently in PyPy. Is it >worth >adding PyPy to our continuous integration so we can proactively address > >these issues? > >(We can't test with pypy3 since that's based on Python 3.2 which we've >dropped support for in Django 1.9.) > >Recent tickets: >

Re: worth adding PyPy to continuous integration?

2015-12-03 Thread Tim Graham
it running on the CI reasonably easily I see no reason why >> not. >> >> On 2 December 2015 at 16:46, Tim Graham <timog...@gmail.com> wrote: >> >>> Once in a while, we get a ticket about failures when running the Django >>> test suite on PyPy. Some

Re: worth adding PyPy to continuous integration?

2015-12-02 Thread Josh Smeaton
get a ticket about failures when running the Django >> test suite on PyPy. Sometimes they are bugs in PyPy, other times we use >> something that's not available or behaves differently in PyPy. Is it worth >> adding PyPy to our continuous integration so we can proactively address >

Re: worth adding PyPy to continuous integration?

2015-12-02 Thread Marc Tamlyn
times we use > something that's not available or behaves differently in PyPy. Is it worth > adding PyPy to our continuous integration so we can proactively address > these issues? > > (We can't test with pypy3 since that's based on Python 3.2 which we've > dropped support for in D

worth adding PyPy to continuous integration?

2015-12-02 Thread Tim Graham
Once in a while, we get a ticket about failures when running the Django test suite on PyPy. Sometimes they are bugs in PyPy, other times we use something that's not available or behaves differently in PyPy. Is it worth adding PyPy to our continuous integration so we can proactively address