diff options
author | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-04-18 11:52:18 -0500 |
---|---|---|
committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-04-18 11:52:18 -0500 |
commit | 0b6708e986f3df41854d34f47d9e6e26d3884748 (patch) | |
tree | bb1a7746a5327d30358deae9db289857efd87b31 /test-requirements.txt | |
parent | deacd8d7821cdee03fa9c86409c90e046e349acd (diff) | |
download | ceilometermiddleware-0b6708e986f3df41854d34f47d9e6e26d3884748.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: I64f6f5df4d82faef205e5019be5a41c1b1f1f1fa
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index b553147..e3b208f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,6 +8,5 @@ sphinx!=1.6.6,!=1.6.7,!=2.1.0 # BSD openstackdocstheme>=1.17.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0 -mock>=1.2 # BSD reno>=0.1.1 # Apache-2.0 betamax>=0.7.0 # Apache-2.0 |