guix-commits
[Top][All Lists]
Advanced

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

19/103: gnu: python-funcparserlib: Disable tests.


From: guix-commits
Subject: 19/103: gnu: python-funcparserlib: Disable tests.
Date: Wed, 5 Jan 2022 09:44:29 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 0c6d14af39cc80ea9f27e75e5e806be56274984e
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Nov 27 18:24:36 2021 +0100

    gnu: python-funcparserlib: Disable tests.
    
    They fail.
    
    * gnu/packages/python-xyz.scm (python-funcparserlib)[arguments]:
    Disable tests.
    [native-inputs]: Replace tox by nose.
---
 gnu/packages/python-xyz.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6e9925c8f0..98ab77471f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23851,14 +23851,9 @@ scripts to load entry points more quickly.")
         (base32
          "07f9cgjr3h4j2m67fhwapn8fja87vazl58zsj4yppf9y3an2x6dp"))))
     (native-inputs
-     (list python-tox))
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda _
-             (invoke "tox"))))))
+     (list python-nose))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; Tests use Python 2 syntax.
     (home-page
      "https://github.com/vlasovskikh/funcparserlib";)
     (synopsis



reply via email to

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