summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorHaikel Guemar <hguemar@fedoraproject.org>2017-07-18 12:23:40 +0200
committerHaikel Guemar <hguemar@fedoraproject.org>2017-07-18 18:56:15 +0200
commitd512e4763dce57c632f6a5d602b1fc3fa6828b7f (patch)
treeef475fa3f01e8d6bfb4f7c100ff7544701a5effb /test-requirements.txt
parent348822b8a514400bb0ebdc4b4f73f9cc5b13711a (diff)
downloadpython-troveclient-d512e4763dce57c632f6a5d602b1fc3fa6828b7f.tar.gz
Drop pycrypto from tests dependencies
pycrypto is unmaintained for a while and requirements team advises using pycryptodome or cryptography libraries instead (see openstack-dev thread [0]). troveclient uses pycrypto to generate random data/content in its tests which does not require any specific cryptographic need. This commit replaces it by os.urandom from Python standard library. [0] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113568.html Change-Id: Ia43c5883a51e8412c4a238d127c13db39e863da1
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 6c2e213..9810c2d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,5 +14,4 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
mock>=2.0 # BSD
httplib2>=0.7.5 # MIT
-pycrypto>=2.6 # Public Domain
reno!=2.3.1,>=1.8.0 # Apache-2.0