guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-lxml: Run the test suite.


From: guix-commits
Subject: 02/05: gnu: python-lxml: Run the test suite.
Date: Mon, 28 Oct 2019 18:05:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2f3c2dafefa08244e0d5834f06416d8dd5a102e4
Author: Marius Bakke <address@hidden>
Date:   Mon Oct 28 22:33:09 2019 +0100

    gnu: python-lxml: Run the test suite.
    
    * gnu/packages/python-xyz.scm (python-lxml)[arguments]: New field.
---
 gnu/packages/python-xyz.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3a3c573..e11a3ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5972,6 +5972,11 @@ the GObject Introspection bindings to libnotify for 
non-GTK applications.")
          (base32
           "14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
     (build-system python-build-system)
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  (replace 'check
+                    (lambda _
+                      (invoke "make" "test"))))))
     (inputs
       `(("libxml2" ,libxml2)
         ("libxslt" ,libxslt)))



reply via email to

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