summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-18 11:58:31 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-18 11:58:31 -0500
commitee55c043c26a3e135e898792fb051a64d960559b (patch)
treee06846b4437dd0ef737ce6fb87d0a1e06dea0918 /test-requirements.txt
parenta9d01eef93eef576bcecabf54e86c3a7a49651c8 (diff)
downloadpython-keystoneclient-ee55c043c26a3e135e898792fb051a64d960559b.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: I7498ea2353cccca7b23d9ef74015a566ac431f90 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 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