]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-12330] Pin mock version to work on Python 2.6 325/head
authorTravis Rhoden <trhoden@redhat.com>
Tue, 14 Jul 2015 18:14:01 +0000 (11:14 -0700)
committerTravis Rhoden <trhoden@redhat.com>
Tue, 14 Jul 2015 18:14:01 +0000 (11:14 -0700)
Fixes: #12330
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 3da3548499e60a1e98f2df399f96cf54cf09e6c3..6c8956cc63555534e8110185598c3b0702e643b0 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist = py26, py27, flake8
 [testenv]
 deps=
   pytest
-  mock
+  mock==1.0.1
 setenv =
     CEPH_DEPLOY_TEST = 1
 commands=py.test -v {posargs:ceph_deploy/tests}