summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <imelofer@redhat.com>2020-04-07 10:33:11 +0200
committerIury Gregory Melo Ferreira <imelofer@redhat.com>2020-04-30 19:04:17 +0200
commitd6e7552457b1ab2f494e2f9ea960792e36d5caba (patch)
tree34702c40e611da203c310aabb2afcd22d7bedf5f /test-requirements.txt
parent2ffbfb4b4627f05954ce453436982fca1448af9a (diff)
downloadironic-d6e7552457b1ab2f494e2f9ea960792e36d5caba.tar.gz
Switch to unittest mock
Python3 have a standard library for mock in the unittest module, let's drop the mock requirement and switch tests to unittest mock. Change-Id: I4f1b3e25c8adbc24cdda51c73da3b66967f7ef23
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 497bcdc99..8e0eab73a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,7 +6,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
doc8>=0.6.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=3.0.0 # BSD
Babel!=2.4.0,>=2.3.4 # BSD
PyMySQL>=0.7.6 # MIT License
iso8601>=0.1.11 # MIT