You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2016/07/13 09:44:25 UTC

[11/14] libcloud git commit: mock library is already specified in requirements-tests.txt

mock library is already specified in requirements-tests.txt


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/01c6db45
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/01c6db45
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/01c6db45

Branch: refs/heads/trunk
Commit: 01c6db45e532958d114033ab1b8e271351bf1c26
Parents: 3856f46
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Wed Jul 13 11:32:48 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Wed Jul 13 11:32:48 2016 +0200

----------------------------------------------------------------------
 tox.ini | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/01c6db45/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 5f10445..248b102 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,6 @@ deps =
     lockfile
     py{2.5,2.6,2.7}: paramiko
     py{2.5,2.6}: unittest2
-    py{2.5,2.6,2.7}: mock
 set-env =
     COVERALLS_REPO_TOKEN = GAB5ZuovdsVEFxSIyZE8YhDYU886iGW54
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
@@ -38,12 +37,10 @@ deps = -r{toxinidir}/requirements-tests.txt
 [testenv:py2.6-lxml]
 deps = -r{toxinidir}/requirements-tests.txt
        unittest2
-       mock
        paramiko
        lxml
 [testenv:py2.7-lxml]
 deps = -r{toxinidir}/requirements-tests.txt
-       mock
        lxml
 [testenv:pypypy-lxml]
 deps = -r{toxinidir}/requirements-tests.txt