lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit ab9fcb617eb5b25241e838a608b9eae8e3847325
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Wed Jan 12 14:52:52 2022 +0100
gnu: python-importmagic: Add missing test input.
* gnu/packages/python-xyz.scm (python-importmagic)[native-inputs]:
Add python-pytest.
---
gnu/packages/python-xyz.scm | 7 -------
1 file changed, 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bbdb00b856..3cf9f6fea7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8352,13 +8352,6 @@ need to use the older and less efficient
@code{pkg_resources} package.")
(base32
"1n7qxa1snj06aw45mcfz7bxc46zp7fxj687140g2k6jcnyjmfxrz"))))
(build-system python-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-v")))))))
(native-inputs
(list python-pytest))
(home-page "https://github.com/alecthomas/importmagic")