summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-18 11:53:42 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-18 11:53:42 -0500
commit215217ea8b2375aa6e5e65fbc96b591a15a695d6 (patch)
tree2d9768ab82300850f892f95b2f198ebd7b42dfd3 /doc
parent2ff74894c81cdc266c97d3aa99b055193cc3ee2b (diff)
downloadkeystonemiddleware-215217ea8b2375aa6e5e65fbc96b591a15a695d6.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: Idc319f3f8a3ddd57cba91e4cefc66dbb18d5cc22 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index f89d55a..9aad4bb 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -13,7 +13,6 @@ sphinxcontrib-apidoc>=0.2.0 # BSD
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
# For autodoc builds
-mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD