summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-03-13 11:40:44 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-03-13 18:30:14 +0000
commitb9bcae014013834bc72dc5a490eeae4876eda764 (patch)
tree4414911d1bd101caf70fe429bbc83fb91d23dbc4 /test-requirements.txt
parent1c8e5e801365055a2a7c37b57dbfd1e0ea7c8716 (diff)
downloadpython-designateclient-b9bcae014013834bc72dc5a490eeae4876eda764.tar.gz
Use unittest.mock instead of third party mock
Now that we are py36 or later, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I9582d623727e5853637812083033a348b71551ce Signed-off-by: Sean McGinnis <sean.mcginnis@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 ea0363e..4cb52f9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,6 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0.0 # BSD
oslo.config>=5.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0