summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-03-15 07:48:10 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-03-15 07:48:10 +0000
commit83c1f18099b76783a3444b1ac0324782d5a6f6ba (patch)
tree9589ad210f7610a6a6c67432904d70f307589e59 /test-requirements.txt
parentf40f210017054bf4e30b7393094987078ee8f027 (diff)
downloadoslo-db-83c1f18099b76783a3444b1ac0324782d5a6f6ba.tar.gz
Updated from global requirements
Change-Id: Ia4e66a804bea3eee74fedc3c5a7f610cb05d9c8c
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c632b63..1cfea55 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.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT