guix-commits
[Top][All Lists]
Advanced

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

16/25: gnu: python-dictdiffer: Disable tests.


From: guix-commits
Subject: 16/25: gnu: python-dictdiffer: Disable tests.
Date: Tue, 11 Jan 2022 12:41:20 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ce958bfcd9a949588daba7ff58c40a0840911131
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 11 00:40:46 2022 +0100

    gnu: python-dictdiffer: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-dictdiffer)[arguments]: New field.
    [native-inputs]: Remove test inputs.
---
 gnu/packages/python-xyz.scm | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 94ad68b535..9cc2816a70 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25459,19 +25459,12 @@ cryptographically signed ones).")
                (base32
                 "1lk3qmy1hkaphk4n7ayfk0wl6m2yvd6r7qkam6yncqfzgkbc1phs"))))
     (build-system python-build-system)
+    (arguments
+     ;; XXX: The PyPI tarball lacks tests and the git repository
+     ;; fails to determine version.
+     '(#:tests? #f))
     (native-inputs
-     (list python-check-manifest
-           python-coverage
-           python-isort
-           python-mock
-           python-pydocstyle
-           python-pytest-cache
-           python-pytest-cov
-           python-pytest-pep8
-           python-pytest-runner
-           python-pytest
-           python-setuptools-scm
-           python-tox))
+     (list python-pytest-runner python-setuptools-scm))
     (home-page "https://github.com/inveniosoftware/dictdiffer";)
     (synopsis "Diff and patch Python dictionary objects")
     (description



reply via email to

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