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/27 00:42:11 UTC

svn commit: r1438993 - /libcloud/trunk/tox.ini

Author: tomaz
Date: Sat Jan 26 23:42:10 2013
New Revision: 1438993

URL: http://svn.apache.org/viewvc?rev=1438993&view=rev
Log:
Remove lockfile dependency from Python 2.5 tox dependencies list.

Modified:
    libcloud/trunk/tox.ini

Modified: libcloud/trunk/tox.ini
URL: http://svn.apache.org/viewvc/libcloud/trunk/tox.ini?rev=1438993&r1=1438992&r2=1438993&view=diff
==============================================================================
--- libcloud/trunk/tox.ini (original)
+++ libcloud/trunk/tox.ini Sat Jan 26 23:42:10 2013
@@ -9,7 +9,6 @@ commands = python setup.py test
 
 [testenv:py25]
 deps = mock
-       lockfile
        ssl
        simplejson