summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-18 12:01:20 -0500
committerLingxian Kong <anlin.kong@gmail.com>2020-04-26 19:36:09 +1200
commit74895a5cbe34a151cb349637e41d980c1cd2b660 (patch)
treec5de27852643e384cb43c705066828419cd33ad5 /test-requirements.txt
parent429c39890e3242c6a502037673943b38452c5811 (diff)
downloadtrove-74895a5cbe34a151cb349637e41d980c1cd2b660.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: I44ac9a021a0bc3249b86f252b53cee3c8059f185 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 c8dbd865..c6afacb2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,7 +12,6 @@ WebTest>=2.0.27 # MIT
wsgi-intercept>=1.4.1 # MIT License
proboscis>=1.2.5.3 # Apache-2.0
python-troveclient>=2.2.0 # Apache-2.0
-mock>=2.0.0 # BSD
testtools>=2.2.0 # MIT
pymongo!=3.1,>=3.0.2 # Apache-2.0
redis>=2.10.0 # MIT