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):
File "./scripts/functional_tests.py", line 494, in main
success = _run_functional_test( )
File "./scripts/functional_tests.py", line 454, in _run_functional_test
test_config.configure( sys.argv )
File "/home/christian/galaxy_new/.venv/local/lib/python2.7/site-packages/nose/config.py", line 281, in configure
options, args = self._parseArgs(argv, cfg_files)
File "/home/christian/galaxy_new/.venv/local/lib/python2.7/site-packages/nose/config.py", line 269, in _parseArgs
return parser.parseArgsAndConfigFiles(argv[1:], cfg_files)
File "/home/christian/galaxy_new/.venv/local/lib/python2.7/site-packages/nose/config.py", line 138, in parseArgsAndConfigFiles
return self._parser.parse_args(args, values)
File "/usr/lib/python2.7/optparse.py", line 1402, in parse_args
self.error(str(err))
File "/usr/lib/python2.7/optparse.py", line 1584, in error
self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg))
File "/usr/lib/python2.7/optparse.py", line 1574, in exit
sys.exit(status)
SystemExit: 2
Christian
University of Manchester