summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2020-04-07 21:51:26 +0800
committerjacky06 <zhang.min@99cloud.net>2020-05-06 05:43:23 +0000
commit8a9566864f678913bdcfcdfc7aac0e04e98d78b7 (patch)
tree22cae24ccd8c9313da8e82147c732933e3e5ee0f /test-requirements.txt
parentff1a116a5978b2889a827eb32aef098640dc1f25 (diff)
downloadpython-heatclient-8a9566864f678913bdcfcdfc7aac0e04e98d78b7.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: I5cf252c1a22977d3c87898e723e5001cc87a0d87
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 6173b05..b1bb5f2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,6 @@ hacking>=3.0,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0
-mock>=2.0.0 # BSD
python-openstackclient>=3.12.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0