guix-commits
[Top][All Lists]
Advanced

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

37/150: gnu: python-pycosat: Run tests.


From: guix-commits
Subject: 37/150: gnu: python-pycosat: Run tests.
Date: Sun, 24 Apr 2022 05:12:19 -0400 (EDT)

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

commit 9f3b41d424e547359b174c551bbb8290d8b0a443
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 10:40:21 2021 +0100

    gnu: python-pycosat: Run tests.
    
    * gnu/packages/python-xyz.scm (python-pycosat)[native-inputs]: Add
    python-pytest.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b7f2d8f84e..555a96a75d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18628,7 +18628,7 @@ multitouch applications.")
     ;; TODO: Unundle picosat. http://fmv.jku.at/picosat/
     (build-system python-build-system)
     (native-inputs
-     (list unzip))
+     (list unzip python-pytest))
     (home-page "https://github.com/ContinuumIO/pycosat";)
     (synopsis "Bindings to picosat (a SAT solver)")
     (description



reply via email to

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