From 54ac16ad670d8586acb668ac31ac4e2655831747 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 14 Nov 2017 19:33:03 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ic6c7e75af1d2d5c590cb799f3d630451640f7fe6 --- requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1d2313e..55a9ca8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -eventlet!=0.18.3,>=0.18.2 # MIT -python-swiftclient>=2.2.0 # Apache-2.0 +eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +python-swiftclient>=3.2.0 # Apache-2.0 six>=1.9.0 # MIT diff --git a/setup.py b/setup.py index 782bb21..566d844 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.8'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 38b130e..b831318 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,10 +4,10 @@ hacking<0.11,>=0.10.0 flake8<2.6.0,>=2.5.4 # MIT -mock>=2.0 # BSD -nose # LGPL -coverage>=4.0 # Apache-2.0 +mock>=2.0.0 # BSD +nose>=1.3.7 # LGPL +coverage!=4.4,>=4.0 # Apache-2.0 #discover #python-subunit>=0.0.18 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.6.2 # BSD bandit>=1.1.0 # Apache-2.0