From 454feca18f6c506b7e7b0e07cbf66cf9b3274f45 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Wed, 3 Sep 2014 11:41:23 -0500 Subject: [PATCH] warn against sorting requirements Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Closes-Bug: 1365061 --- requirements.txt | 4 ++++ test-requirements.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/requirements.txt b/requirements.txt index 72d4342c..7d658810 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ +# 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. + Babel>=1.3 iso8601>=0.1.9 netaddr>=0.7.6 diff --git a/test-requirements.txt b/test-requirements.txt index 0237019f..83173e60 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,7 @@ +# 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. + coverage>=3.6 discover fixtures>=0.3.14