summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-04-27 10:37:01 +0200
committerVictor Stinner <vstinner@redhat.com>2015-04-27 16:41:46 +0200
commit37742ec52082f14a8467a464a431987ac1b5df7a (patch)
treeedc0330f1c3ac3ce6864ae90be5b37e12bb28662 /test-requirements.txt
parent08fd4b1cd763fa7d529ce5d39e89bee8f619f70d (diff)
downloadpython-keystoneclient-37742ec52082f14a8467a464a431987ac1b5df7a.tar.gz
Remove keystoneclient.middleware
The code has been moved to the new keystonemiddleware project and keystone.middleware was deprecated since Juno. It's time to drop it in Liberty. Remove the directory keystoneclient/middleware/. Remove test_auth_token_middleware.py, test_memcache_crypt.py and test_s3_token_middleware.py in keystoneclient/tests/unit/. Remove the create_middleware_cert shell function from examples/pki/gen_pki.sh. And remove the call from examples/pki/run_all.sh. Remove netaddr, pycrypto and WebOb test dependencies, only needed to test the removed middleware. DocImpact: The keystoneclient.middleware module has been removed Closes-Bug: #1449066 Change-Id: I88ddfdb674db1ec9c0fd4f9a62ae8347785ea10c
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0fb4968..eccd442 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,11 +14,9 @@ mox3>=0.7.0
oauthlib>=0.6
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
-pycrypto>=2.6
requests-mock>=0.6.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
tempest-lib>=0.4.0
testrepository>=0.0.18
testresources>=0.2.4
testtools>=0.9.36,!=1.2.0
-WebOb>=1.2.3