diff options
| author | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-04-03 17:11:40 -0500 |
|---|---|---|
| committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-04-03 17:11:40 -0500 |
| commit | 725e004d32d538f9d163c727308ee20385c0310d (patch) | |
| tree | fa14f47643789c7adf99d2d659556b1010f690bb /test-requirements.txt | |
| parent | 70f1ff375ac82f8231c259d9bb671293199d0f67 (diff) | |
| download | python-openstackclient-725e004d32d538f9d163c727308ee20385c0310d.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: Ibd39328c27b68190e2edbf1f52fcea52db3ae791
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 55ae1ea4..41600a6a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,6 @@ hacking>=2.0.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD flake8-import-order>=0.13 # LGPLv3 -mock>=2.0.0 # BSD oslotest>=3.2.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 requests-mock>=1.2.0 # Apache-2.0 |
