summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2020-04-03 14:22:14 +0000
committerBen Nemec <bnemec@redhat.com>2020-04-03 14:24:35 +0000
commitcdee551ae6145e4646809bf65e71817a63328d9a (patch)
tree5787e83c5717a0573ea2495374bd431aaec67774 /requirements.txt
parentffdf6f10be50bf8c2debd23e076077668b2e9fb6 (diff)
downloadoslotest-cdee551ae6145e4646809bf65e71817a63328d9a.tar.gz
Revert "Switch to unittest.mock from mock"ussuri-em4.2.0
This reverts commit ffdf6f10be50bf8c2debd23e076077668b2e9fb6. Switching oslotest to unittest.mock has broken a bunch of other projects because they were (incorrectly) relying on oslotest to pull in third-party mock for them. Until we get everyone migrated, let's hold off on doing this for oslotest. Change-Id: I0bdca39686f3653a56f9e4a554662727e2dbaafd
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 32baed1..9826c3b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,3 +6,4 @@ fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
six>=1.10.0 # MIT
testtools>=2.2.0 # MIT
+mock>=2.0.0 # BSD