guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pifpaf: Enable tests.


From: guix-commits
Subject: branch master updated: gnu: python-pifpaf: Enable tests.
Date: Tue, 21 Jul 2020 09:12:37 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2313be9  gnu: python-pifpaf: Enable tests.
2313be9 is described below

commit 2313be9041202e3285622a9de9e599afc8e44f29
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 21 16:05:47 2020 +0300

    gnu: python-pifpaf: Enable tests.
    
    * gnu/packages/python-xyz.scm (python-pifpaf)[arguments]: Enable tests.
    Use custom 'check phase.
---
 gnu/packages/python-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d509d51..8350e4e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19902,7 +19902,12 @@ logging in Python.  It also provides some custom 
formatters and handlers.")
          "150av2pylsjy8ykrpyi0vzy2q24s9rhh2ya01zvwnvj9j5dspviz"))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f))
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (invoke "python" "setup.py" "testr" "--slowest"
+                     "--testr-args=until-failure"))))))
     (propagated-inputs
      `(("python-click" ,python-click)
        ("python-daiquiri" ,python-daiquiri)



reply via email to

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