guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: python-pytest-cov: Update to 2.6.1.


From: guix-commits
Subject: 06/06: gnu: python-pytest-cov: Update to 2.6.1.
Date: Sun, 17 Feb 2019 12:43:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 123d92eaf366cea36de218acc7fc052e13207921
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 17 14:04:30 2019 +0100

    gnu: python-pytest-cov: Update to 2.6.1.
    
    * gnu/packages/check.scm (python-pytest-cov): Update to 2.6.1.
---
 gnu/packages/check.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 7d99589..13a4280 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -711,23 +711,22 @@ and many external plugins.")
 (define-public python-pytest-cov
   (package
     (name "python-pytest-cov")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pytest-cov" version))
         (sha256
-         (base32
-          "0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73"))))
+         (base32 "0cyxbbghx2l4p60w10k00j1j74q1ngfiffr0pxn73ababjr69dha"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
          (replace 'check
           (lambda _
-            ;; options taken from tox.ini
+            ;; Options taken from tox.ini.
             ;; TODO: make "--restructuredtext" tests pass. They currently fail
-            ;; with "Duplicate implicit target name"
+            ;; with "Duplicate implicit target name".
             (invoke "python" "./setup.py" "check"
                     "--strict" "--metadata"))))))
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]