# HG changeset patch
# User Arthur Lutz <arthur.lutz@logilab.fr>
# Date 1483691784 -3600
#      Fri Jan 06 09:36:24 2017 +0100
# Node ID 155a20154f844efa5436f26b5b092c9ee17027e1
# Parent  711787f0b5b12ccd4ef207cd9822117893720439
[tox] add mock test dependency

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@
 deps =
   pytest
   cubicweb-blog
+  mock
 commands =
   {envpython} -m pytest {posargs:test}