Fix ./manage.sh robot_tests (#1633)
doi_resolvers / default_doi_resolver were missing in the settings_robots.yml file, so the test server was not able to start (crash). Since the output wasn't displayed, it was not obvious why the Selenium couldn't connect to searx.
This commit is contained in:
committed by
GitHub
parent
69c8ad86f3
commit
3faaf34e25
@@ -4,8 +4,8 @@ nose2[coverage_plugin]
|
||||
cov-core==1.15.0
|
||||
pep8==1.7.0
|
||||
plone.testing==5.0.0
|
||||
splinter==0.7.5
|
||||
splinter==0.11.0
|
||||
transifex-client==0.12.2
|
||||
unittest2==1.1.0
|
||||
zope.testrunner==4.5.1
|
||||
selenium==3.5.0
|
||||
selenium==3.141.0
|
||||
|
||||
Reference in New Issue
Block a user