diff options
author | Riccardo Pittau <elfosardo@gmail.com> | 2020-04-06 12:28:30 +0200 |
---|---|---|
committer | Riccardo Pittau <elfosardo@gmail.com> | 2020-04-06 14:35:50 +0200 |
commit | d5d62c8dbfcda305e17b8fa99dc10ac2b9d64bc9 (patch) | |
tree | 7da4a4c99885a9e58b9efc923739999905e553d1 /test-requirements.txt | |
parent | 3da356de257e10ddbad1f84054d1d2357d152941 (diff) | |
download | ironic-python-agent-d5d62c8dbfcda305e17b8fa99dc10ac2b9d64bc9.tar.gz |
Use unittest mock from standard library
Drop the third party mock library to use unittest mock from
standard library.
Change-Id: Ib64b661572e4869a24865c02a6c84a6603930394
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 a7100cbc..ebbc7380 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. hacking>=3.0.0,<3.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD testtools>=2.2.0 # MIT oslotest>=3.2.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 |