guix-commits
[Top][All Lists]
Advanced

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

25/103: gnu: python-lockfile: Add missing nosetests.


From: guix-commits
Subject: 25/103: gnu: python-lockfile: Add missing nosetests.
Date: Wed, 5 Jan 2022 09:44:30 -0500 (EST)

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

commit 3aa045005e467eff2e09bbde2ae1f394dbd0be6b
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Nov 28 11:44:46 2021 +0100

    gnu: python-lockfile: Add missing nosetests.
    
    * gnu/packages/python-xyz.scm (python-lockfile)[native-inputs]: Add
    python-nose.
    [arguments]: 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 d37f6e507a..e24cc8d980 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1581,9 +1581,8 @@ library.")
         (base32
          "16gpx5hm73ah5n1079ng0vy381hl802v606npkx4x8nb0gg05vba"))))
     (build-system python-build-system)
-    (arguments '(#:test-target "check"))
     (native-inputs
-     (list python-pbr))
+     (list python-pbr python-nose))
     (home-page "https://launchpad.net/pylockfile";)
     (synopsis "Platform-independent file locking module")
     (description



reply via email to

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