[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/4] gnu: Add duplicity.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 4/4] gnu: Add duplicity. |
Date: |
Mon, 26 May 2014 08:59:37 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
Eric Bavier <address@hidden> skribis:
> Ludovic Courtès writes:
>
>>> + (arguments
>>> + `(#:python ,python-2 ;setup assumes Python 2
>>> + #:tests? #f ;TODO: tests cannot find lockfile
>>> module
>>
>> As Andreas notes, may be worth investigating, since that could be a real
>> issue. Could it be that it’s expecting a different version of
>> python2-lockfile or something like that?
>
> The "#:tests? #f" is a hold-over from a previous mistake. The tests can
> indeed find the lockfile module.
OK.
> However, I am seeing some non-deterministic hangs in the python2.7
> threading module when running the tests. If the tests don't hang, there
> are many, many ERRORs. I believe the errors are due to the tests
> themselves, but I'm not sure about the threading hangs. Has enyone else
> had issues with our python's threading module?
Not me. You think it’s not specific to Duplicity?
Ludo’.