Skip to content

Commit

Permalink
Cap Selenium package to not exceed version 2.49
Browse files Browse the repository at this point in the history
Current versions of selenium package greater or equal than 2.49
contain a bug SeleniumHQ/selenium#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
  • Loading branch information
Timur Sufiev committed Jan 29, 2016
1 parent 80a1dfb commit 950b503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ pyzmq>=14.3.1 # LGPL+BSD
redis>=2.10.0 # MIT
requests-mock>=0.7.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,
# 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
Expand Down
2 changes: 1 addition & 1 deletion upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ rjsmin===1.0.12
rsa===3.3
rtslib-fb===2.1.58
ryu===3.29.1
selenium===2.50.0
selenium===2.48.0
semantic-version===2.4.2
seqdiag===0.9.5
service-identity===14.0.0
Expand Down

0 comments on commit 950b503

Please sign in to comment.