Py3 buildbot failing: SyntaxError: invalid syntax

Issue #52 resolved
Johannes Ring created an issue

The py3 buildbot has been red for a while, failing with the following error when running the tests:

==================================== ERRORS ====================================
__________________ ERROR collecting unit/test_ufc_backend.py ___________________
/usr/lib/python3/dist-packages/_pytest/python.py:451: in _importtestmodule
>           mod = self.fspath.pyimport(ensuresyspath=True)
/usr/lib/python3/dist-packages/py/_path/local.py:620: in pyimport
>           __import__(modname)
E             File "/home/buildbot/buildslave/uflacs-master-trusty-amd64-py3/build/test/unit/test_ufc_backend.py", line 141
E               print code
E                        ^
E           SyntaxError: invalid syntax

Comments (2)

  1. Log in to comment