summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorCharles Short <zulcss@gmail.com>2018-05-17 21:29:33 -0400
committerCharles Short <zulcss@gmail.com>2018-05-21 20:53:18 -0400
commit56797cc88b481929e13585a51d4d350e9e50472c (patch)
treea34c323b6edefdc9408f391533cba66c1f60d925 /test-requirements.txt
parentf12219db85ed632a8b852f16637e951456155151 (diff)
downloadpycadf-56797cc88b481929e13585a51d4d350e9e50472c.tar.gz
Remove moxstubout usage
As of version 3.5.0 moxstub will be deprecated, so remove it where it has been used. Change-Id: I033646a1e32a44dea54d902c43bb4def9da89b33 Signed-off-by: Charles Short <zulcss@gmail.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index b31ff63..c3711fc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,8 +7,8 @@ flake8-docstrings==0.2.1.post1 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-oslotest>=3.2.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
+mock>=2.0.0 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT