guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mallard-ducktype: Run tests.


From: guix-commits
Subject: 01/01: gnu: mallard-ducktype: Run tests.
Date: Mon, 22 Jul 2019 02:51:09 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5246655fa12d3d5981377ae813bf15e2d2e20194
Author: Efraim Flashner <address@hidden>
Date:   Mon Jul 22 09:48:50 2019 +0300

    gnu: mallard-ducktype: Run tests.
    
    * gnu/packages/python-xyz.scm (mallard-ducktype)[arguments]: Replace
    'check phase to run test suite.
---
 gnu/packages/python-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6e90c9a..d8f1448 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3136,6 +3136,13 @@ and is very extensible.")
         (base32
          "0crland0kmpsyjfmnflcw7gaqy5b87b6ah17cmr9d5z1kyazf54n"))))
     (build-system python-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (with-directory-excursion "tests"
+               (invoke "sh" "runtests")))))))
     (home-page "http://projectmallard.org";)
     (synopsis "Convert Ducktype to Mallard documentation markup")
     (description



reply via email to

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