[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/150: gnu: python-lockfile: Add missing nosetests.
From: |
guix-commits |
Subject: |
28/150: gnu: python-lockfile: Add missing nosetests. |
Date: |
Sun, 24 Apr 2022 05:12:18 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit de202b8de01b8822a036c36d642385d20648b6e0
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 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
- 02/150: gnu: python{,2}-setuptools: Move to python-build., (continued)
- 02/150: gnu: python{,2}-setuptools: Move to python-build., guix-commits, 2022/04/24
- 31/150: gnu: python-numba: Add missing build input., guix-commits, 2022/04/24
- 34/150: gnu: python-pycairo: Install headers and pkg-config files., guix-commits, 2022/04/24
- 07/150: gnu: python-pep517-bootstrap: Update to 0.12.0., guix-commits, 2022/04/24
- 11/150: gnu: pypy: Move to separate module., guix-commits, 2022/04/24
- 33/150: gnu: python-pylama: Fix tests., guix-commits, 2022/04/24
- 27/150: gnu: python-crashtest: Build using poetry-core., guix-commits, 2022/04/24
- 25/150: gnu: dblatex: Use custom 'build and 'install phases., guix-commits, 2022/04/24
- 23/150: gnu: python-branca: Disable tests., guix-commits, 2022/04/24
- 16/150: gnu: python-mediafile: Add missing build dependencies., guix-commits, 2022/04/24
- 28/150: gnu: python-lockfile: Add missing nosetests.,
guix-commits <=
- 14/150: gnu: python-pyzmq: Fix #:configure-flags type., guix-commits, 2022/04/24
- 13/150: gnu: python-confuse: Add missing test inputs., guix-commits, 2022/04/24
- 22/150: gnu: python-funcparserlib: Disable tests., guix-commits, 2022/04/24
- 39/150: gnu: python-rencode: Disable tests., guix-commits, 2022/04/24
- 37/150: gnu: python-pycosat: Run tests., guix-commits, 2022/04/24
- 40/150: gnu: duplicity: Remove obsolete test target., guix-commits, 2022/04/24
- 45/150: gnu: epour: Remove old build flag., guix-commits, 2022/04/24
- 62/150: gnu: python-venusian: Remove obsolete argument., guix-commits, 2022/04/24
- 47/150: gnu: Add missing #:use-module., guix-commits, 2022/04/24
- 49/150: gnu: python-pytest-remotedata: Disable tests., guix-commits, 2022/04/24