guix-commits
[Top][All Lists]
Advanced

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

148/150: gnu: python-parsedatetime: Explicit test-backend.


From: guix-commits
Subject: 148/150: gnu: python-parsedatetime: Explicit test-backend.
Date: Sun, 24 Apr 2022 05:12:51 -0400 (EDT)

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

commit 4b2380d423d9c85a994d0ff7eb566ef8044de86d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Apr 10 09:30:56 2022 +0200

    gnu: python-parsedatetime: Explicit test-backend.
    
    * gnu/packages/time.scm (python-parsedatetime)[arguments]: Override 
#:test-backend.
---
 gnu/packages/time.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 9b57fe41fb..80b103e272 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -247,6 +247,7 @@ datetime module, available in Python 2.3+.")
         (base32
          "0mfl0ixshqkwx7z5siaib7ix5j2iahb1jqfpyhqp42wan7xnicsc"))))
     (build-system python-build-system)
+    (arguments `(#:test-backend 'nose))
     (native-inputs
      (list python-nose python-pyicu python-pytest python-pytest-runner))
     (propagated-inputs



reply via email to

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