From 950b5031ee73e7145ca795659ef68917ae74787a Mon Sep 17 00:00:00 2001 From: Timur Sufiev Date: Thu, 28 Jan 2016 23:56:42 +0300 Subject: [PATCH] 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 --- global-requirements.txt | 2 +- upper-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index ad26b613e..23696dc00 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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 diff --git a/upper-constraints.txt b/upper-constraints.txt index e237ed87c..0212c2d20 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -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