#837: install selenium module on build hosts
-----------------------+-----------------
 Reporter:  jblayloc   |      Owner:
     Type:  defect     |     Status:  new
 Priority:  major      |  Milestone:
Component:  *general*  |    Version:
 Keywords:             |
-----------------------+-----------------
 Invenio's build status is failed at least in part because the build host
 doesn't have the 'selenium' module used by the unit test library, so we
 get these:
 {{{
 Traceback (most recent call last):
   File "/opt/invenio/bin/inveniocfg", line 33, in <module>
     main()
   File "/usr/local/lib/python2.6/dist-packages/invenio/inveniocfg.py",
 line 1241, in main
     cli_cmd_run_unit_tests(conf)
   File "/usr/local/lib/python2.6/dist-packages/invenio/inveniocfg.py",
 line 735, in cli_cmd_run_unit_tests
     from invenio.testutils import build_and_run_unit_test_suite
   File "/usr/local/lib/python2.6/dist-packages/invenio/testutils.py", line
 35, in <module>
     from selenium import webdriver
 ImportError: No module named selenium
 }}}

-- 
Ticket URL: <http://invenio-software.org/ticket/837>
Invenio <http://invenio-software.org>

Reply via email to