guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: python-podcastparser: Run tests.


From: guix-commits
Subject: 06/06: gnu: python-podcastparser: Run tests.
Date: Fri, 17 Apr 2020 07:03:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 79ef0726a9afb7bd4676b9a53401f742c7b83653
Author: Pierre Langlois <address@hidden>
AuthorDate: Wed Apr 15 18:41:07 2020 +0200

    gnu: python-podcastparser: Run tests.
    
    * gnu/packages/gpodder.scm (python-podcastparser)[native-inputs]: Add
    python-coverage.
    [arguments]: Replace 'check phase and invoke "nosetests".
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gpodder.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 98d7a84..6963da9 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -184,7 +184,13 @@ downloading episode status changes.")
        (sha256
         (base32 "0k62ppg20i41gcc5x8ddjn7zbpy47hqpxzrq9257g2c71m4qw07b"))))
     (native-inputs
-     `(("python-nose" ,python-nose)))
+     `(("python-coverage" ,python-coverage)
+       ("python-nose" ,python-nose)))
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _ (invoke "nosetests"))))))
     (build-system python-build-system)
     (home-page "http://gpodder.org/podcastparser";)
     (synopsis "Simplified and fast RSS parser Python library")



reply via email to

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