Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E18910406 for ; Thu, 27 Nov 2014 11:18:34 +0000 (UTC) Received: (qmail 32703 invoked by uid 500); 27 Nov 2014 11:18:34 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 32676 invoked by uid 500); 27 Nov 2014 11:18:34 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 32667 invoked by uid 500); 27 Nov 2014 11:18:34 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 32664 invoked by uid 99); 27 Nov 2014 11:18:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2014 11:18:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D337A9492FF; Thu, 27 Nov 2014 11:18:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: libcloud git commit: Don't require paramiko when running tests with pypy. Date: Thu, 27 Nov 2014 11:18:33 +0000 (UTC) Repository: libcloud Updated Branches: refs/heads/trunk 146060946 -> a4323ca7d Don't require paramiko when running tests with pypy. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a4323ca7 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a4323ca7 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a4323ca7 Branch: refs/heads/trunk Commit: a4323ca7d168dcc5cfaf916066dc692418304241 Parents: 1460609 Author: Tomaz Muraus Authored: Thu Nov 27 19:13:39 2014 +0800 Committer: Tomaz Muraus Committed: Thu Nov 27 19:18:26 2014 +0800 ---------------------------------------------------------------------- tox.ini | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a4323ca7/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index f45dd9f..1fc2393 100644 --- a/tox.ini +++ b/tox.ini @@ -12,26 +12,21 @@ deps = backports.ssl_match_hostname commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py python setup.py test -[testenv:py26] +[testenv:py25] +setenv = PIP_INSECURE=1 deps = backports.ssl_match_hostname mock unittest2 lockfile + ssl + simplejson paramiko - coverage -commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py - python setup.py test - python setup.py coverage -[testenv:py25] -setenv = PIP_INSECURE=1 +[testenv:pypy] deps = backports.ssl_match_hostname mock unittest2 lockfile - ssl - simplejson - paramiko [testenv:py32] deps = backports.ssl_match_hostname