Closed AronVanAmmers closed 5 years ago
Installing python-pytest
doesn't help, gives the below as final output:
============================================================================== 7 failed, 128 passed, 21 warnings in 15.81 seconds ==============================================================================
ERROR: InvocationError: '/home/aron/develop/ANVIL/scripts/oefpy/.tox/py37/bin/pytest --doctest-modules oef test --cov=oef --cov-report=html --cov-report=term'
___________________________________________________________________________________________________ summary ____________________________________________________________________________________________________
ERROR: py37: commands failed
Testing Sovrin install...
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/_pytest/config.py", line 365, in _importconftest
mod = conftestpath.pyimport()
File "/usr/lib/python2.7/dist-packages/py/_path/local.py", line 668, in pyimport
__import__(modname)
File "/home/aron/develop/ANVIL/scripts/indy/wrappers/python/tests/conftest.py", line 120
def path_home() -> Path:
^
SyntaxError: invalid syntax
ERROR: could not load /home/aron/develop/ANVIL/scripts/indy/wrappers/python/tests/conftest.py
Tests complete, see results above.
Next public release of Fetch. Please see this issue on the OEF Python SDK repo for progress.
Running
./test.sh
after./install.sh
on Ubuntu 18.04.1. Some tests fail because of missingpytest
.I have
python3-pytest
.