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 2013/01/28 06:02:10 UTC

svn commit: r1439253 - in /libcloud/branches/0.12.x: ./ setup.py

Author: tomaz
Date: Mon Jan 28 05:02:10 2013
New Revision: 1439253

URL: http://svn.apache.org/viewvc?rev=1439253&view=rev
Log:
Backport changes from trunk.

Modified:
    libcloud/branches/0.12.x/   (props changed)
    libcloud/branches/0.12.x/setup.py

Propchange: libcloud/branches/0.12.x/
------------------------------------------------------------------------------
  Merged /libcloud/trunk:r1439248-1439252

Modified: libcloud/branches/0.12.x/setup.py
URL: http://svn.apache.org/viewvc/libcloud/branches/0.12.x/setup.py?rev=1439253&r1=1439252&r2=1439253&view=diff
==============================================================================
--- libcloud/branches/0.12.x/setup.py (original)
+++ libcloud/branches/0.12.x/setup.py Mon Jan 28 05:02:10 2013
@@ -131,9 +131,6 @@ class TestCommand(Command):
         testfiles = []
         for test_path in TEST_PATHS:
             for t in glob(pjoin(self._dir, test_path, 'test_*.py')):
-                if pre_python26 and 'test_ssh_client' in t:
-                    # TODO: Need to update mock library on buildslave
-                    continue
                 testfiles.append('.'.join(
                     [test_path.replace('/', '.'), splitext(basename(t))[0]]))