Cap Selenium package to not exceed version 2.49

Current versions of selenium package greater or equal than 2.49
contain a bug https://github.com/SeleniumHQ/selenium/issues/1497 that
prevents Horizon integration tests from passing. Once the fixed
Selenium is released, we'll just exclude problematic versions and
remove the cap.

Change-Id: I9a426757b19159d9ed5ad508bf7f549015c1cdd7
Closes-Bug: #1539197
This commit is contained in:
Timur Sufiev 2016-01-28 23:56:42 +03:00
parent 80a1dfb359
commit 950b5031ee
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ pyzmq>=14.3.1 # LGPL+BSD
redis>=2.10.0 # MIT redis>=2.10.0 # MIT
requests-mock>=0.7.0 # Apache-2.0 requests-mock>=0.7.0 # Apache-2.0
retrying>=1.2.3,!=1.3.0 # Apache-2.0 retrying>=1.2.3,!=1.3.0 # Apache-2.0
selenium # Apache-2.0 selenium!=2.49,!=2.50 # Apache-2.0
# While setuptools cannot deal with pre-installed incompatible versions, # While setuptools cannot deal with pre-installed incompatible versions,
# setting a lower bound is not harmful - it makes error messages cleaner. DO # 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 # NOT set an upper bound on setuptools, as that will lead to uninstallable

View File

@ -320,7 +320,7 @@ rjsmin===1.0.12
rsa===3.3 rsa===3.3
rtslib-fb===2.1.58 rtslib-fb===2.1.58
ryu===3.29.1 ryu===3.29.1
selenium===2.50.0 selenium===2.48.0
semantic-version===2.4.2 semantic-version===2.4.2
seqdiag===0.9.5 seqdiag===0.9.5
service-identity===14.0.0 service-identity===14.0.0