From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 01/01: gnu: python: Add python-pyserial. Date: Sat, 29 Oct 2016 20:42:22 -0400 Message-ID: <20161030004222.GA21096@jasmine> References: <20160816171855.9833.97371@vcs.savannah.gnu.org> <20160816171855.5FF9F220086@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0eCj-0007WG-1z for guix-devel@gnu.org; Sat, 29 Oct 2016 20:42:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0eCe-00089G-Dv for guix-devel@gnu.org; Sat, 29 Oct 2016 20:42:29 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:46360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0eCe-00089B-7e for guix-devel@gnu.org; Sat, 29 Oct 2016 20:42:24 -0400 Content-Disposition: inline In-Reply-To: <20160816171855.5FF9F220086@vcs.savannah.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" To: guix-devel@gnu.org On Tue, Aug 16, 2016 at 05:18:55PM +0000, Leo Famulari wrote: > lfam pushed a commit to branch master > in repository guix. > > commit 517a6c0c6e426b8a6e45685e8e4fab4ef2f2c2d6 > Author: Danny Milosavljevic > Date: Tue Aug 16 03:40:43 2016 +0200 > > gnu: python: Add python-pyserial. > > * gnu/packages/python.scm (python-pyserial, python2-pyserial): New variables. > > Signed-off-by: Leo Famulari The test suite appears to depend on some OS X / macOS specific interfaces, and this causes the test suite to fail on core-updates: https://hydra.gnu.org/build/1570889/nixlog/1/tail-reload Danny, can you take a look? Should we just disable the test suite?