From 9c452ae5e62b4e8af8004d72a69dbb62cefda968 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 7 Mar 2016 22:19:43 -0800 Subject: [PATCH 2/2] Update pytest to 2.9.0 The previous version 2.6.1 had problems running under python 3.5.1. --- 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 d8610a4..1631646 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1523,7 +1523,7 @@ code introspection, and logging.") (define-public python-pytest (package (name "python-pytest") - (version "2.6.1") + (version "2.9.0") (source (origin (method url-fetch) @@ -1532,7 +1532,7 @@ code introspection, and logging.") version ".tar.gz")) (sha256 (base32 - "0g2w4p0n42wvz8rq4k6gnzpkakgz3g8sfanxk8jrsra9675snkcr")) + "03p4spzzvibv82ldhzjrqw38p090ylyvhrrxp6fwc0q9pz657bbg")) (modules '((guix build utils))) (snippet ;; One of the tests involves the /usr directory, so it fails. -- 2.6.3