summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-03-31 13:47:04 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-03-31 14:31:03 -0500
commitb903d4e1ee07ef2ec454daa5b8418b3039e02774 (patch)
treee5055932c79cbace52fee5b9d7b76aceb0253380 /test-requirements.txt
parent4e6fe7cf7d9cce02343ecf0d418ca388ecb2d84d (diff)
downloadoslo-db-b903d4e1ee07ef2ec454daa5b8418b3039e02774.tar.gz
Use unittest.mock instead of third party mock8.1.0
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: I3e1e5ed4e72837d45b78e5ccb9ce8cca416e5c11 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 4fc397b..4f26aa4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,6 @@ hacking>=3.0,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.0 # BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0