From 2163443d8abde9f550bf5d6681889bcdfc088757 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 31 Mar 2020 14:04:15 -0500 Subject: 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: I4c5451afece8dfff30aa1ec4c7e0d5eb277043fd Signed-off-by: Sean McGinnis --- test-requirements.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index ce63b70..4635156 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,9 +17,6 @@ stestr>=2.0.0 # Apache-2.0 # deps = {[testenv]deps} coverage coverage!=4.4,>=4.0 # Apache-2.0 -# mocking framework -mock>=2.0.0 # BSD - # used for oslotest cross-testing scripts oslo.config>=5.2.0 # Apache-2.0 -- cgit v1.2.1