summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-03-31 13:57:21 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-03-31 15:55:50 -0500
commit34aaaf2eb5dccba9b31010642052d12c11cc269d (patch)
tree60a05091fe4660a68a831d00d9a3ab97a8310a5e /test-requirements.txt
parente7908d07f909b793ca541c81e4e749bc2bad22eb (diff)
downloadoslo-i18n-34aaaf2eb5dccba9b31010642052d12c11cc269d.tar.gz
Use unittest.mock instead of third party mockussuri-em4.0.1
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: I597461bc2ce6a480ea18950ded606ef7db717f2d 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 efc469b..57ddc52 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,6 @@
hacking>=3.0,<3.1.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
-mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD