guix-commits
[Top][All Lists]
Advanced

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

03/21: gnu: python-orderedmultidict: Return #T from build phase.


From: guix-commits
Subject: 03/21: gnu: python-orderedmultidict: Return #T from build phase.
Date: Wed, 23 Jan 2019 12:13:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d1c4f329d102ada27586a3430257d5c1e8d93b6b
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 16:59:15 2019 +0100

    gnu: python-orderedmultidict: Return #T from build phase.
    
    * gnu/packages/python-xyz.scm (python-orderedmultidict)[arguments]:
    Unconditionally return #T from phase "fix-tests".
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cdeb63c..ae12cfb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3604,7 +3604,8 @@ where key might be occurred more than once in the 
container.")
              ;; The package uses nosetest for running the tests.
              ;; Adding this initfile allows to run the test suite
              ;; without requiring nosetest.
-             (zero? (system* "touch" "tests/__init__.py")))))))
+             (with-output-to-file "tests/__init__.py" newline)
+             #t)))))
     (propagated-inputs
      `(("python-six" ,python-six)))
     (native-inputs



reply via email to

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