open-research / sumatra

http://neuralensemble.org/sumatra/
BSD 2-Clause "Simplified" License
127 stars 48 forks source link

Errors when running unittests #339

Closed GregorWautischer closed 7 years ago

GregorWautischer commented 8 years ago

Got sumatra by following the instruction from the Developers' guide. Running nosetests finished failed with 21 errors. Errors come from test_recordstore.py, test_versioncontrol.out and test_web.out. the outputs from the individual tests running nosetests --with-coverage --cover-erase --cover-package=sumatra --cover.html test_xxxx.py are enclosed. Running on Ubuntu 14.04 on a virtual environment. The output of pip list is enclosed as well.

Thanks for help output.zip

apdavison commented 8 years ago

It looks as though the mercurial package is missing (hg_api is a wrapper around the command-line hg command).

I've updated the Developers' guide. You should either globally install Mercurial on your system, or run pip install mercurial in your virtualenv.