From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 4/4] gnu: Add duplicity. Date: Mon, 26 May 2014 01:08:38 -0500 Message-ID: <87tx8doyvt.fsf@gmail.com> References: <87wqdbptse.fsf@member.fsf.org> <87r43i7qdr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Woo2F-0004dD-3i for Guix-devel@gnu.org; Mon, 26 May 2014 02:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Woo25-0002FX-Vl for Guix-devel@gnu.org; Mon, 26 May 2014 02:05:23 -0400 In-reply-to: <87r43i7qdr.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel@gnu.org 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