diff options
author | Alexandre Flament <alex@al-f.net> | 2019-07-06 18:47:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-06 18:47:35 +0200 |
commit | 3faaf34e25db09988b113f74feb6227d3df3db95 (patch) | |
tree | 521b6e2a11c16b162c2b4f6eb01648b90ac14d4d /requirements-dev.txt | |
parent | 69c8ad86f3505051c029146382cbaf9531a35a8a (diff) | |
download | searxng-3faaf34e25db09988b113f74feb6227d3df3db95.tar.gz searxng-3faaf34e25db09988b113f74feb6227d3df3db95.zip |
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.
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 4085b8de0..86b99f8b6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 |