summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-09-03 14:35:18 -0400
committerDoug Hellmann <doug@doughellmann.com>2014-09-03 14:35:18 -0400
commitb4331b4bae3c12af4b311c4efcd3d7b4df08b66d (patch)
tree41c3c4e10668ecb236772d7990b016e23973a19b
parentba834d9a546f4b9fbb3b2306f20708f57793d510 (diff)
downloadoslo-incubator-b4331b4bae3c12af4b311c4efcd3d7b4df08b66d.tar.gz
warn against sorting requirements
Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Addresses-Bug: #1365061
-rw-r--r--requirements-py3.txt4
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements-py3.txt4
-rw-r--r--test-requirements.txt4
4 files changed, 16 insertions, 0 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index b19bfc43..46fd6bda 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.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.
+
alembic>=0.6.4
anyjson>=0.3.3
argparse
diff --git a/requirements.txt b/requirements.txt
index 18382fdd..8ef0e5e1 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.
+
pbr>=0.6,!=0.7,<1.0
alembic>=0.6.4
anyjson>=0.3.3
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index c314fce8..92312478 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.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
diff --git a/test-requirements.txt b/test-requirements.txt
index 94c1b276..6c4d52c0 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