From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 01/01: gnu: Add xonsh. Date: Sun, 16 Oct 2016 11:14:42 -0400 Message-ID: <20161016151442.GA12653@jasmine> References: <20160928174221.23828.78547@vcs.savannah.gnu.org> <20160928174222.2D3892200F7@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]:37913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvn9I-00044u-3q for guix-devel@gnu.org; Sun, 16 Oct 2016 11:14:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvn9E-0003O4-UP for guix-devel@gnu.org; Sun, 16 Oct 2016 11:14:52 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:35959) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bvn9E-0003Nz-Nw for guix-devel@gnu.org; Sun, 16 Oct 2016 11:14:48 -0400 Content-Disposition: inline In-Reply-To: <20160928174222.2D3892200F7@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 Cc: Stefan =?iso-8859-1?Q?Reich=F6r?= On Wed, Sep 28, 2016 at 05:42:22PM +0000, Leo Famulari wrote: > lfam pushed a commit to branch master > in repository guix. > > commit 1d51585573f49105edd1a577ba53e86367ffd821 > Author: Stefan Reichoer > Date: Wed Sep 21 21:58:52 2016 +0200 > > gnu: Add xonsh. > > * gnu/packages/shells.scm (xonsh): New variable. > > Signed-off-by: Leo Famulari I noticed we had not actually been running the test suite: ------ starting phase `check' running "python setup.py" with command "test" and parameters () [ ASCII art conch shell ] running test phase `check' succeeded after 0.5 seconds ------ http://mirror.hydra.gnu.org/log/ry2p8p9limp8v8ng8c481nfgxla9xv8s-xonsh-0.4.6 On core-updates, where we updated Python 3 to 3.5.2, the build fails when the test suite is not found. I disabled the tests on core-updates: http://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates Feel free to work on making the test suite pass :)