Re: 'setup.py test' fails with python 2.7.6 and python 3.2.3

2014-04-17 Thread Hans-Christoph Steiner
Ok, I figured it out. Somewhere in 0.14.0 some new test code was added that needs newer features of mock. It now requires mock 0.8.0. .hc On 04/17/2014 01:54 PM, Hans-Christoph Steiner wrote: > > I forgot to add, I just updated the Debian package for python-libcloud to > 0.13.3, that works f

Re: 'setup.py test' fails with python 2.7.6 and python 3.2.3

2014-04-17 Thread Hans-Christoph Steiner
I forgot to add, I just updated the Debian package for python-libcloud to 0.13.3, that works fine on both Ubuntu/precise and Debian/testing. The test suite should really work with any python version that is supported. https://packages.debian.org/sid/python-libcloud .hc On 04/17/2014 12:25 PM,

Re: 'setup.py test' fails with python 2.7.6 and python 3.2.3

2014-04-17 Thread Hans-Christoph Steiner
I get the same on 0.14.0 and 0.14.1 on Ubuntu/precise and Debian/testing: libcloud_0.14.0 $ cp libcloud/test/secrets.py-dist libcloud/test/secrets.py libcloud_0.14.0 $ PYTHONPATH=. python2.7 setup.py test running test Traceback (most recent call last): File "setup.py", line 258, in 'Progra

Re: 'setup.py test' fails with python 2.7.6 and python 3.2.3

2014-04-17 Thread Csaba Hoch
>> No, does libcloud now require pypy? I don't think so. I haven't installed pypy, but I can execute "PYTHONPATH=. python setup.py test" as described in https://libcloud.readthedocs.org/en/latest/testing.html. Two notes though: - I had to copy test/secrets.py-dist to test/secrets.py. - test_li

Re: 'setup.py test' fails with python 2.7.6 and python 3.2.3

2014-04-17 Thread sebgoa
On Apr 17, 2014, at 5:19 PM, Hans-Christoph Steiner wrote: > > No, does libcloud now require pypy? I am not 100% sure, but if you want to run the complete tests I think it does. > > .hc > > On 04/17/2014 03:06 AM, sebgoa wrote: >> did you install pypy ? >> >> On Apr 16, 2014, at 6:10 PM,

Re: 'setup.py test' fails with python 2.7.6 and python 3.2.3

2014-04-17 Thread Hans-Christoph Steiner
No, does libcloud now require pypy? .hc On 04/17/2014 03:06 AM, sebgoa wrote: > did you install pypy ? > > On Apr 16, 2014, at 6:10 PM, Hans-Christoph Steiner > wrote: > >> (reposting since I'm not sure it went thru the first time) >> >> I'm working on updating the Debian python-libcloud pac

Re: 'setup.py test' fails with python 2.7.6 and python 3.2.3

2014-04-17 Thread sebgoa
did you install pypy ? On Apr 16, 2014, at 6:10 PM, Hans-Christoph Steiner wrote: > (reposting since I'm not sure it went thru the first time) > > I'm working on updating the Debian python-libcloud package to the latest > version. When I run the included test suite on Ubuntu/precise/amd64 wit