summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 18:04:06 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-04-25 09:33:54 -0400
commitb5ed14f90a8214700a9be2139d9e7aba82baaa99 (patch)
tree431621c7173bd21835e1690ebc2d37ee8f811a1c /requirements.txt
parent5ed910cd32b0148b086ba4102a082aadb5e283bc (diff)
downloadpython-swiftclient-b5ed14f90a8214700a9be2139d9e7aba82baaa99.tar.gz
add lower-constraints job
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. Update the dependencies needed to make the unit tests pass while constrained to the lower bounds. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com> Change-Id: I2a8f465c8b08370517cbec857933b08fca94ca38 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 6d31e09..6b52791 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,6 @@
-futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
-requests>=1.1
-six>=1.5.2
+# 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.
+futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
+requests>=2.14.2 # Apache-2.0
+six>=1.10.0 # MIT