From 14508df02732099e4d37baf70d9c5d10ca9ca929 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 11 Apr 2018 15:18:09 -0400 Subject: [PATCH] fix lower constraints and uncap eventlet Fix the lower constraints to make them match the expected values. We will manage the eventlet version using constraints now. See the thread starting at http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html for more details. Change-Id: I1a01264d7f69a041a106813e3ad33577d2757564 Signed-off-by: Doug Hellmann --- lower-constraints.txt | 7 ++++--- test-requirements.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index d7d2802..ab58e36 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -11,8 +11,9 @@ eventlet==0.18.2 extras==1.0.0 fixtures==3.0.0 flake8==2.2.4 +futures==3.0.0;python_version=='2.7' or python_version=='2.6' # BSD greenlet==0.4.10 -hacking==0.10.3 +hacking==0.10.0 imagesize==0.7.1 iso8601==0.1.11 Jinja2==2.10 @@ -28,7 +29,7 @@ os-client-config==1.28.0 oslotest==3.2.0 pbr==2.0.0 pep8==1.5.7 -prettytable==0.7.2 +prettytable==0.7.1 pyflakes==0.8.1 Pygments==2.2.0 python-mimeparse==1.6.0 @@ -41,7 +42,7 @@ requestsexceptions==1.2.0 restructuredtext-lint==1.1.1 six==1.10.0 snowballstemmer==1.2.1 -Sphinx==1.6.5 +Sphinx==1.6.2 sphinxcontrib-websupport==1.0.1 stevedore==1.20.0 testrepository==0.0.18 diff --git a/test-requirements.txt b/test-requirements.txt index 765d56a..6e1bd22 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking<0.11,>=0.10.0 # Used for making sure the eventlet executors work. -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT doc8>=0.6.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0