lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit de202b8de01b8822a036c36d642385d20648b6e0
Author: Lars-Dominik Braun <[email protected]>
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 ce4443f97e..47bf15ee84 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1688,9 +1688,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