From ee55c043c26a3e135e898792fb051a64d960559b Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Sat, 18 Apr 2020 11:58:31 -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: I7498ea2353cccca7b23d9ef74015a566ac431f90 Signed-off-by: Sean McGinnis --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index d9e1972..88e9b8c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,6 @@ fixtures>=3.0.0 # Apache-2.0/BSD keyring>=5.5.1,<19.0.0;python_version=='2.7' # MIT/PSF keyring>=5.5.1;python_version>='3.4' # MIT/PSF lxml!=3.7.0,>=3.4.1 # BSD -mock>=2.0.0 # BSD oauthlib>=0.6.2 # BSD os-client-config>=1.28.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 -- cgit v1.2.1