summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-03-20 15:30:01 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-03-20 15:30:23 -0500
commit56012eaa5cd64fd61b223942aeb7a2320cd131da (patch)
treef325c65d5b1083a6a3713c261395cc41fa47a8a7 /test-requirements.txt
parent4e3c12968d53a28fb9fa016c1eb2377d796eed76 (diff)
downloadceilometer-56012eaa5cd64fd61b223942aeb7a2320cd131da.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: Ia8fea320d8b09a89c999ace06769436a5335bcc6 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 de1123d2..e5d6c35b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,6 @@
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.0 # BSD
os-win>=3.0.0 # Apache-2.0
oslo.messaging[kafka]>=6.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0