sente:etherex cthomas$ py.test -vvrs
=========================================================================================== test session starts ============================================================================================
platform darwin -- Python 3.4.2, pytest-2.9.2, py-1.4.31, pluggy-0.3.1 -- /Users/cthomas/.pyenv/versions/3.4.2/bin/python3.4
cachedir: .cache
rootdir: /Users/cthomas/src/etherex, inifile: setup.cfg
plugins: xdist-1.14
collected 0 items / 2 errors
================================================================================================== ERRORS ==================================================================================================
__________________________________________________________________________________ ERROR collecting tests/test_etherex.py __________________________________________________________________________________
../../.pyenv/versions/3.4.2/lib/python3.4/site-packages/_pytest/python.py:611: in _importtestmodule
mod = self.fspath.pyimport(ensuresyspath=importmode)
../../.pyenv/versions/3.4.2/lib/python3.4/site-packages/py/_path/local.py:650: in pyimport
__import__(modname)
E File "/Users/cthomas/src/etherex/tests/test_etherex.py", line 163
E 584202455294917676171628316407181071088652546483L,
E ^
E SyntaxError: invalid syntax
____________________________________________________________________________________ ERROR collecting tests/test_etx.py ____________________________________________________________________________________
tests/test_etx.py:1: in <module>
from ethereum import tester
../../.pyenv/versions/3.4.2/lib/python3.4/site-packages/ethereum/__init__.py:8: in <module>
import slogging # noqa
E ImportError: No module named 'slogging'
========================================================================================= 2 error in 0.10 seconds ==========================================================================================