summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-06-04 12:49:48 +0200
committerIlya Etingof <etingof@gmail.com>2019-06-04 17:05:01 +0200
commit234dea98bb527d711b4983658732a22c6f263249 (patch)
tree91ec01d650ba3ffe4a062937f49f3d0be61d91b7 /test-requirements.txt
parent45020712d73a2040bd91b74bb2d1df9b55233ba6 (diff)
downloadironic-234dea98bb527d711b4983658732a22c6f263249.tar.gz
Bump lower mock version to 3.0.0
Previously used mock 2.0.0 has a nasty bug which prevents mocking `@staticmethod` callables [1][2]. 1. https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst#300 2. https://bugs.python.org/issue23078 Change-Id: I38d78cb8de92e9ecfc3dda5ffafcb4ffe175169e
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 373d2a4da..9ec005c94 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,7 @@ hacking>=1.0.0,<1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.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