guix-commits
[Top][All Lists]
Advanced

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

29/43: gnu: python-packaging: Run the tests.


From: Marius Bakke
Subject: 29/43: gnu: python-packaging: Run the tests.
Date: Tue, 21 Aug 2018 11:25:58 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 632900f58650f104ba9ae7125282ca13b38f010e
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 21 07:00:17 2018 +0200

    gnu: python-packaging: Run the tests.
    
    * gnu/packages/python.scm (python-packaging)[arguments]: Override 'check' 
phase.
---
 gnu/packages/python.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f423639..6284d0a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11577,6 +11577,10 @@ several utilities, as well as an API for building 
localization tools.")
          (base32
           "0nrpayk8kij1zm9sjnk38ldz3a6705ggvw8ljylqbrb4vmqbf6gh"))))
     (build-system python-build-system)
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  (replace 'check
+                    (lambda _ (invoke "py.test" "-vv"))))))
     (native-inputs
      `(("python-pretend" ,python-pretend)
        ("python-pytest" ,python-pytest)))



reply via email to

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