Revert update constraint for selenium to new release 4.0.0

This patch partially revert Id1e12179980ad4eb64b8de6fcc1280698bbb2661.
horizon selenium-headless and integration-tests job start failing
after updating selenium version 3.141.0 -> 4.0.0. So let's use
selenium older version until we fixed the failed gate job with new
selenium version.

Related bug: 1947847

Change-Id: I461ab4189fb652c78bc11d0a9283d98948c2725c
This commit is contained in:
manchandavishal 2021-10-20 11:43:42 +05:30 committed by Vishal Manchanda
parent 4f7c369986
commit 274b552e57
2 changed files with 2 additions and 3 deletions

View File

@ -442,7 +442,7 @@ redis # MIT
requests-mock # Apache-2.0
tenacity # Apache-2.0
retrying!=1.3.0 # Apache-2.0
selenium # Apache-2.0
selenium!=4.0.0 # Apache-2.0
# While setuptools cannot deal with pre-installed incompatible versions,
# setting a lower bound is not harmful - it makes error messages cleaner. DO
# NOT set an upper bound on setuptools, as that will lead to uninstallable

View File

@ -295,8 +295,7 @@ docutils===0.17.1
threadpoolctl===3.0.0
os-ken===2.2.0
ujson===4.2.0
selenium===3.141.0;python_version=='3.6'
selenium===4.0.0;python_version=='3.8'
selenium===3.141.0
mypy===0.910
mistral-lib===2.5.0
dogtag-pki===10.7.4.1