guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: python-termstyle: Fix tests.


From: Marius Bakke
Subject: 08/08: gnu: python-termstyle: Fix tests.
Date: Thu, 15 Dec 2016 12:18:24 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 7917a1355456a924ca85992b4216cf6dc437873a
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 13:17:29 2016 +0100

    gnu: python-termstyle: Fix tests.
    
    * gnu/packages/python.scm (python-termstyle)[arguments]: Replace 'check' 
phase
    with custom command.
---
 gnu/packages/python.scm |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e640a77..47d7c6a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11940,6 +11940,12 @@ asynchronous messaging environments.")
           (base32
             "17wzkkcqy5zc0g68xlad3kcv66iw14d2pwqc0h9420gak0vbhx7g"))))
     (build-system python-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (zero? (system* "python" "test3.py")))))))
     (home-page "http://github.com/gfxmonk/termstyle";)
     (synopsis "Console text coloring for Python")
     (description "This package provides console text coloring for Python.")



reply via email to

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