From 0bcdb51b89da72bfd069e80f61da34722429ede6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 13 Sep 2014 07:22:22 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I6a64142799a7ab6a1b2a46a023150abf09e37a85 --- requirements.txt | 5 ++++- test-requirements.txt | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6327ef9d51..daed34e613 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. pbr>=0.6,!=0.7,<1.0 SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 alembic>=0.6.4 @@ -9,7 +12,7 @@ lockfile>=0.8 lxml>=2.3 WebOb>=1.2.3 greenlet>=0.3.2 -sqlalchemy-migrate>=0.9.1 +sqlalchemy-migrate>=0.9.1,!=0.9.2 netaddr>=0.7.12 paramiko>=1.13.0 iso8601>=0.1.9 diff --git a/test-requirements.txt b/test-requirements.txt index ec4e1f381e..4f6d8fdcd9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,6 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. hacking>=0.8.0,<0.9 coverage>=3.6 discover