From 64de2353641a442ad16bd459b3b033c4a36d80d5 Mon Sep 17 00:00:00 2001 From: Anton Studenov Date: Tue, 27 Dec 2016 17:17:29 +0300 Subject: [PATCH] Remove cueclient cue project seems to be dead now and python-cueclient dependancies shows lots of deprecation warnings at run time. Change-Id: I9e023276798e04820384b15d12cd7952aec441ce --- requirements.txt | 1 - tests/unit/fakes.py | 6 ------ 2 files changed, 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 392ee8d9..480dd118 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,6 @@ keystoneauth1>=2.14.0 # Apache Software License os-faults>=0.1.5 # Apache Software License python-ceilometerclient>=2.5.0 # Apache Software License python-cinderclient>=1.6.0,!=1.7.0,!=1.7.1 # Apache Software License -python-cueclient>=1.0.0 # Apache License, Version 2.0 python-designateclient>=1.5.0 # Apache License, Version 2.0 python-glanceclient>=2.5.0 # Apache License, Version 2.0 python-heatclient>=1.5.0 # Apache Software License diff --git a/tests/unit/fakes.py b/tests/unit/fakes.py index 2440cdc4..4b69a88a 100644 --- a/tests/unit/fakes.py +++ b/tests/unit/fakes.py @@ -1553,12 +1553,6 @@ class FakeEC2Client(object): pass -class FakeCueClient(object): - - def __init__(self): - pass - - class FakeSenlinClient(object): def __init__(self):