[pythran] Re: installation on openSuse -> segfault

  • From: serge guelton <sguelton@xxxxxxxxxxxxx>
  • To: pythran@xxxxxxxxxxxxx
  • Date: Fri, 24 Apr 2015 14:35:27 +0200

On Fri, Apr 24, 2015 at 02:26:09PM +0200, Marc Gailhanou wrote:

Update concerning the tests : on my machine for an unknown reason pip is a
symbolic link to pip3.4. Using explicitely pip2.7 I was able to install
pytest-pep8 for python 2.7. However the test end up with :

========================================================================
FAILURES
==========================================================================
________________________________________________________________________
PEP8-check
_________________________________________________________________________
/usr/local/src/pythran-0.7.0/pythran/backend.py:1085:25: E701 multiple
statements on one line (colon)
def op(l, r): return '({0} and {1})'.format(l, r)
^
/usr/local/src/pythran-0.7.0/pythran/backend.py:1087:25: E701 multiple
statements on one line (colon)
def op(l, r): return '({0} or {1})'.format(l, r)
^

________________________________________________________________________
PEP8-check
_________________________________________________________________________
/usr/local/src/pythran-0.7.0/pythran/cxxtypes.py:43:27: E701 multiple
statements on one line (colon)
def same(x, y): return getattr(self, x) == getattr(other, y)
^

============================================================ 2 failed, 88
passed in 7.62 seconds
============================================================


@+
Marc

thanks Marc. These tests are formatting issue (pep8 compliancy) that are
also fixed in a patch under review. We'ell release the mino version
afterwards!

Other related posts: