summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2014-07-23 13:13:38 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2014-07-23 13:15:19 -0500
commitff128199ae323f8c776dfeb5abf948ec08aaff31 (patch)
tree3ef2e7547638949e9abeedd3bcf76b7022207ed9
parent68ba62c9c75b4f1e0431c59c136e7f3be3708ac4 (diff)
downloadkeystonemiddleware-ff128199ae323f8c776dfeb5abf948ec08aaff31.tar.gz
remove unused dep: stevedore
This is going to be used by python-keystoneclient, but not by the middleware directly. Change-Id: Ia4dca0b81d36dd958f89bf0a487a84497c3ef0c6
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 93b69bc..10e6939 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,6 @@ mock>=1.0
mox3>=0.7.0
pycrypto>=2.6
sphinx>=1.1.2,!=1.2.0,<1.3
-stevedore>=0.14
testrepository>=0.0.18
testresources>=0.2.4
testtools>=0.9.34