guix-commits
[Top][All Lists]
Advanced

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

84/103: gnu: python-pybtex: Disable tests.


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

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

commit f5b1f4909218b43a2d97f7c64f688a9237ed0076
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 15:24:20 2021 +0100

    gnu: python-pybtex: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-pybtex)[arguments]: Disable tests,
    remove obsolete #:test-target.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4c119a0b7d..793e7a3fc8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20988,12 +20988,11 @@ working with iterables.")
        (sha256
         (base32 "070wfcmxrd7xg1si421mi9150gmx2qwx431nwf69sq3hhmgnx080"))))
     (build-system python-build-system)
+    (arguments '(#:tests? #f)) ; TODO: Lots of failures.
     (native-inputs
      (list python-nose))
     (inputs
      (list python-latexcodec python-pyyaml python-six))
-    (arguments
-     `(#:test-target "nosetests"))
     (home-page "https://pybtex.org/";)
     (synopsis "BibTeX-compatible bibliography processor")
     (description "Pybtex is a BibTeX-compatible bibliography processor written



reply via email to

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