From c88b7c8628cccd704eae39122b44b42afc1a61da Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 19 Sep 2014 08:50:39 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I3fb3dce4ed2c8d6e8020888caa0adb22a316bae2 --- requirements.txt | 3 +++ test-requirements.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/requirements.txt b/requirements.txt index 15c6139..f5f8385 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 anyjson>=0.3.3 diff --git a/test-requirements.txt b/test-requirements.txt index 42e051e..5cb2af0 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.9.2,<0.10 coverage>=3.6