Fix CI for stable/6.1

- pin mock in tests for Python 2.6
- pin oslo.serialization<1.5.0
- pin oslo.context<0.5.0
- pin oslo.config<=1.11.0
- pin oslo.utils<1.4.1
- pin oslo.i18n<=1.5.0
- pin networkx<1.10
- pin netaddr<=0.7.13
- pin pycadf<=1.0.0
- pin stevedore<=1.4.0
- bump gulp-lintspaces to 0.2.5

Closes-Bug: #1472018
Change-Id: I7ca9b9ff9b6329b33ab2ed4ed00d8b8a8df8ad25
This commit is contained in:
Sebastian Kalinowski 2015-07-13 09:54:44 +02:00 committed by Igor Belikov
parent dac001b4fe
commit c399bff865
12 changed files with 25 additions and 20 deletions

View File

@ -2,8 +2,8 @@ Babel>=1.3
eventlet>=0.13.0
iso8601>=0.1.9
jsonschema>=2.3.0
oslo.config>=1.2.0
oslo.serialization>=1.4.0
oslo.config>=1.2.0,<=1.11.0
oslo.serialization>=1.4.0,<1.5.0
six>=1.5.2
pbr>=0.7.0
Jinja2

View File

@ -1,5 +1,5 @@
hacking>=0.8.0,<0.9
mock>=1.0
mock==1.0.1
oslotest==1.0
testtools>=0.9.34
testrepository>=0.0.18

View File

@ -1,5 +1,5 @@
hacking>=0.8.0,<0.9
mock>=1.0
mock==1.0.1
oslotest==1.0
testtools>=0.9.34
testrepository>=0.0.18

View File

@ -1,6 +1,6 @@
-r requirements.txt
hacking==0.10.1
mock==1.0
mock==1.0.1
nose==1.1.2
nose2==0.4.1
nose-timer==0.2.0

View File

@ -1,6 +1,6 @@
-r requirements.txt
hacking==0.7
mock==1.0
mock==1.0.1
nose==1.1.2
nose2==0.4.1
nose-timer==0.2.0

View File

@ -3901,8 +3901,8 @@
}
},
"gulp-lintspaces": {
"version": "0.2.3",
"from": "gulp-lintspaces@~0.2.3",
"version": "0.2.5",
"from": "gulp-lintspaces@~0.2.5",
"dependencies": {
"gulp-util": {
"version": "2.2.20",

View File

@ -17,7 +17,7 @@
"gulp-jscs": "~1.3.0",
"gulp-jshint": "~1.9.4",
"gulp-less": "~3.0.2",
"gulp-lintspaces": "~0.2.3",
"gulp-lintspaces": "~0.2.5",
"gulp-react": "~3.0.1",
"gulp-replace": "~0.5.3",
"gulp-util": "~3.0.4",

View File

@ -13,25 +13,29 @@ fysom==1.0.11
iso8601==0.1.9
jsonschema==2.3.0
kombu==3.0.16
netaddr>=0.7.10
oslo.config>=1.2.1
netaddr>=0.7.10,<=0.7.13
oslo.context<0.5.0
oslo.config>=1.2.1,<=1.11.0
# TODO(prmtl): remove upper bounds after all openstack packages will
# release versions that have the same pbr requirements.
# for the day of writing this comment there was 2 outdated packages:
# - keystonemiddleware
# - python-cinderclient
oslo.serialization>=1.0.0,<=1.5.0
oslo.serialization>=1.0.0,<1.5.0
# NOTE(eli): specified version of keystonemiddleware doesn't
# work properly with 2.0.0 version of oslo.i18n which is
# released on pypi
# See: https://bugs.launchpad.net/fuel/+bug/1468053
oslo.i18n>=1.3.0,<=1.7.0
oslo.i18n>=1.3.0,<=1.5.0
pbr!=0.7,<1.0,>=0.6
ply==3.4
psycopg2==2.5.1
pycadf<=1.0.0
pycrypto==2.6.1
requests>=1.2.3
simplejson>=3.3.0
six>=1.5.2
six>=1.5.2,<=1.9.0
stevedore<=1.4.0
urllib3>=1.7
web.py==0.37
wsgilog==0.3
@ -41,6 +45,7 @@ keystonemiddleware>=1.2.0,<2.0.0
python-keystoneclient>=0.11,<=1.4.0
python-novaclient>=2.17.0,<=2.24.1
python-cinderclient>=1.0.7,<=1.2.1
networkx>=1.8
networkx>=1.8,<1.10
pydot-ng>=1.0.0
ordereddict>=1.1
oslo.utils<1.4.1

View File

@ -1,6 +1,6 @@
-r requirements.txt
hacking==0.7
mock==1.0
mock==1.0.1
nose==1.1.2
unittest2==0.5.1
nose2==0.4.1

View File

@ -1,3 +1,3 @@
hacking==0.7
mock>=1.0
mock==1.0.1
pytest

View File

@ -1,5 +1,5 @@
hacking>=0.8.0,<0.9
mock>=1.0
mock==1.0.1
testrepository>=0.0.18
unittest2
discover

View File

@ -1,4 +1,4 @@
-r requirements.txt
mock
mock==1.0.1
nose
tox
tox