diff options
author | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-03-31 14:04:15 -0500 |
---|---|---|
committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-03-31 14:39:24 -0500 |
commit | 2163443d8abde9f550bf5d6681889bcdfc088757 (patch) | |
tree | ccb098c12509de3eb9e4196a43663b9b065de07f /test-requirements.txt | |
parent | 8433aba4d6b5925fa8fb223d51a816ff541f1f2f (diff) | |
download | oslo-utils-2163443d8abde9f550bf5d6681889bcdfc088757.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: I4c5451afece8dfff30aa1ec4c7e0d5eb277043fd
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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 |