summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-18 11:57:01 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-18 11:57:01 -0500
commit6a4d27f7b771e456928fe07a0c5f445484396fb0 (patch)
tree54df51e48517af2f4da662486491f83216e2d1e6 /test-requirements.txt
parent3c95bd58a008257ff6a0b030155945fac9792d6c (diff)
downloadosprofiler-6a4d27f7b771e456928fe07a0c5f445484396fb0.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: I76e01d55ff4d9095a6dbf520752042824225de73 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 472891b..cb4349a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,6 @@ hacking>=3.0,<3.1.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
-mock>=2.0.0 # BSD
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT