Revert update constraint for selenium to new release 4.1.0

This patch partially revert 7816293.
horizon selenium-headless and integration-tests job start failing
after updating selenium version 3.141.0 -> 4.1.0. So let's use
selenium older version until we fixed the failed gate job with new
selenium version. It also cap selenium version < 4.0.0 in
global-requirements.txt

Related bug: 1947847

Change-Id: I7856509e792c6114807c7b1c88ac4d65afc27706
This commit is contained in:
manchandavishal 2021-11-29 15:41:52 +05:30
parent dd7ca69e86
commit 4aa2f102c4
2 changed files with 2 additions and 3 deletions

View File

@ -443,7 +443,7 @@ redis!=4.0.0 # MIT
requests-mock # Apache-2.0
tenacity # Apache-2.0
retrying!=1.3.0 # Apache-2.0
selenium!=4.0.0 # 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

@ -301,8 +301,7 @@ docutils===0.17.1
threadpoolctl===3.0.0
os-ken===2.3.0
ujson===4.3.0
selenium===3.141.0;python_version=='3.6'
selenium===4.1.0;python_version=='3.8'
selenium===3.141.0
mypy===0.910
mistral-lib===2.5.0
dogtag-pki===10.7.4.1