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:
Timur Nurlygayanov 2015-12-08 18:24:39 +03:00
parent 5c14f29f9b
commit 64cf2dd3b1
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ stevedore>=1.5.0 # Apache-2.0
alembic>=0.8.0
eventlet>=0.17.4
PasteDeploy>=1.5.0
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
Routes!=2.0,>=1.12.3;python_version!='2.7'
Routes>=1.12.3,!=2.0,!=2.1;python_version=='2.7'
Routes>=1.12.3,!=2.0;python_version!='2.7'
retrying!=1.3.0,>=1.2.3 # Apache-2.0
WebOb>=1.2.3
kombu>=3.0.7

View File

@ -1,6 +1,6 @@
[tox]
envlist = py27,pep8
minversion = 1.6
minversion = 1.8
skipsdist = True
[testenv]