There is actually another issues which prevents local_storage tests from
running with Python 2.5 and that is "lockfile" dependency not being
available for 2.5.

Because of this we currently just skip tests under 2.5 and other versions
where lockfile dependency is not available -
https://github.com/apache/libcloud/blob/trunk/libcloud/test/storage/test_local.py#L36

On Sat, Jan 26, 2013 at 8:22 AM, Jaume Devesa <[email protected]>wrote:

> Updating the current 'trunk' branch from github, the local storage driver
> does not pass the 'tox' tests using python 2.5 environment.
>
> The reason is it uses the os.path.relpath(...) function (
>
> https://github.com/apache/libcloud/blob/trunk/libcloud/storage/drivers/local.py#L218
> ),
> and this function was not implemented yet in python 2.5:
> http://docs.python.org/release/2.5.4/lib/module-os.path.html
>
> I didn't open a Jira issue because it is a not-yet released feature, and I
> didn't want to make noise there...
>

Reply via email to