From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/3] gnu: python-pytest: Update to 2.7.3. Date: Tue, 22 Mar 2016 21:46:10 -0400 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiXsF-0008KN-VW for guix-devel@gnu.org; Tue, 22 Mar 2016 21:46:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiXsD-0005jJ-OZ for guix-devel@gnu.org; Tue, 22 Mar 2016 21:46:15 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:42994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiXsD-0005iP-LM for guix-devel@gnu.org; Tue, 22 Mar 2016 21:46:13 -0400 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 8D549C0001C for ; Tue, 22 Mar 2016 21:46:11 -0400 (EDT) In-Reply-To: In-Reply-To: References: 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: guix-devel@gnu.org * gnu/packages/python.scm (python-pytest, python2-pytest): Update to 2.7.3. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 97a69c3..781a9f6 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1530,7 +1530,7 @@ code introspection, and logging.") (define-public python-pytest (package (name "python-pytest") - (version "2.6.1") + (version "2.7.3") (source (origin (method url-fetch) @@ -1539,7 +1539,7 @@ code introspection, and logging.") version ".tar.gz")) (sha256 (base32 - "0g2w4p0n42wvz8rq4k6gnzpkakgz3g8sfanxk8jrsra9675snkcr")) + "1z4yi986f9n0p8qmzmn21m21m8j1x78hk3505f89baqm6pdw7afm")) (modules '((guix build utils))) (snippet ;; One of the tests involves the /usr directory, so it fails. -- 2.7.3