summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-18 11:52:59 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-06-09 09:59:03 -0500
commit5c2557dbaf9aeee96d7ecc5b93c4620acd290215 (patch)
tree93d1e5f9c7d2f9a80785f95f1f3d0e7bfe462a60 /test-requirements.txt
parentb36a83ec5248b9e4a2306376081d183903745742 (diff)
downloadheat-cfntools-5c2557dbaf9aeee96d7ecc5b93c4620acd290215.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: Ib6e4e7f89a9990cfb42afa209878812340109ecf 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 bbc0a08..4a070b2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,3 @@
hacking>=3.0.1,<3.1.0 # Apache-2.0
-mock>=1.0
stestr>=2.0.0
testtools>=0.9.34