summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTakashi Natsume <takanattie@gmail.com>2020-04-26 07:08:53 +0000
committerTakashi Natsume <takanattie@gmail.com>2020-04-26 10:12:09 +0000
commit7ef2c28bf3b38917e4465205031e8476c5938195 (patch)
tree19592f1bf3d162641279c26c91a34685056186ce /test-requirements.txt
parenta132a63d824090810fee22e74e985185f130266f (diff)
downloadpython-novaclient-7ef2c28bf3b38917e4465205031e8476c5938195.tar.gz
Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I4d45ae17f6f84f945f5dd049a929216ce6b6b58e Signed-off-by: Takashi Natsume <takanattie@gmail.com>
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 69b11b87..6882de9f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,6 @@ bandit>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.0 # BSD
python-keystoneclient>=3.8.0 # Apache-2.0
python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0