[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/4] gnu: Add duplicity.
From: |
Eric Bavier |
Subject: |
Re: [PATCH 4/4] gnu: Add duplicity. |
Date: |
Mon, 26 May 2014 01:08:38 -0500 |
User-agent: |
mu4e 0.9.9.5; emacs 23.3.1 |
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.
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?
--
Eric Bavier