On Fri, Nov 20, 2015 at 9:59 AM, Christian Brenninkmeijer <christian.brenninkmeijer@manchester.ac.uk> wrote:
Hi All,
I am unable to run Planemo against the latest dev branch.
1. import twill error
I was able to fix this by adding to requirements.txt twill==1.8.0 lxml==3.5.0 cssselect==0.9.1
But then I get
functional_tests.py: error: no such option: --with-nosehtml functional_tests.py ERROR 2015-11-20 09:57:23,066 Failure running tests Traceback (most recent call last): ... SystemExit: 2
That's not a very helpful error, is it? It reminds me of a missing dependency / installation problem I had long ago when first setting up TravisCI to run Galaxy tool tests: https://github.com/peterjc/pico_galaxy/commit/c8265f4a42caf62eb3bc8b36b475f1... @John: My guess is we need to add "nose" to planemo's requirements.txt to ensure this gets installed automatically? Peter