summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-11-19 15:20:48 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-11-19 15:25:49 +0000
commit051d3da5d37029b0393b4b3091b344920ce8f125 (patch)
tree6737da1f3dab9cff14fdfd94480c94a487782b17 /tox.ini
parentad2aac0c9874f78a37218db19719ec83f4154d7e (diff)
tox: hold pytest-mock to version 1.11.2, since 1.12 seems to be broken
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d65984d53..8a8238bdc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,7 +23,7 @@ deps =
py{35,36,37}: mako==1.0.2
py38: mako==1.0.8
pytest==3.2.5
- pytest-mock
+ pytest-mock==1.11.2
pytest-pythonpath
pytest-raises
pytest-timeout==1.2.1