Synced requirements with global requirements
We have issues with coverage job and during the debugging of coverage script I found the issue with incorrect requirements and incorrect tox version. After this fix coverage script will work fine. Change-Id: I4731dd735abc6ea13a084952688c3b0257f6d7e1 Closes-Bug: #1523959
This commit is contained in:
parent
5c14f29f9b
commit
64cf2dd3b1
@ -8,8 +8,8 @@ stevedore>=1.5.0 # Apache-2.0
|
|||||||
alembic>=0.8.0
|
alembic>=0.8.0
|
||||||
eventlet>=0.17.4
|
eventlet>=0.17.4
|
||||||
PasteDeploy>=1.5.0
|
PasteDeploy>=1.5.0
|
||||||
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
|
Routes>=1.12.3,!=2.0,!=2.1;python_version=='2.7'
|
||||||
Routes!=2.0,>=1.12.3;python_version!='2.7'
|
Routes>=1.12.3,!=2.0;python_version!='2.7'
|
||||||
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
||||||
WebOb>=1.2.3
|
WebOb>=1.2.3
|
||||||
kombu>=3.0.7
|
kombu>=3.0.7
|
||||||
|
Loading…
Reference in New Issue
Block a user