guix-commits
[Top][All Lists]
Advanced

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

22/150: gnu: python-funcparserlib: Disable tests.


From: guix-commits
Subject: 22/150: gnu: python-funcparserlib: Disable tests.
Date: Sun, 24 Apr 2022 05:12:17 -0400 (EDT)

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

commit b1419d5db50a32188e5beb3d1ce5f8dbe6f77f9a
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 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 567c4585b6..c155027ba9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25022,8 +25022,10 @@ scripts to load entry points more quickly.")
        (sha256
         (base32 "0ama5w5lswxlp3l4qfqq3zlg7i6qkw45jfl1f7p8w1vnj8m47yz6"))))
     (build-system python-build-system)
+    (native-inputs (list python-nose python-poetry-core))
     (arguments
-     `(#:tests? #f))              ; no tests in PyPI and no setup.py in GitHub
+     `(#:build-backend "poetry.core.masonry.api"
+       #:tests? #f))              ; no tests in PyPI and no setup.py in GitHub
     (home-page "https://github.com/vlasovskikh/funcparserlib";)
     (synopsis
      "Recursive descent parsing library based on functional combinators")



reply via email to

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