lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit abbcdb4e6acfa293470b9881f476f4270d52270a
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sun Jan 16 15:14:14 2022 +0100
gnu: python-lsp-jsonrpc: Add missing test input.
* gnu/packages/python-xyz.scm (python-lsp-jsonrpc)[native-inputs]:
Add python-pytest-cov.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c69fed3896..4a7d2ea4a6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5153,7 +5153,7 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom
formats.")
"1gb0fsamxndhplx25v8m0b3k7aknzy454fpa0qsqsqnv6c3igv3v"))))
(build-system python-build-system)
(native-inputs
- (list python-mock python-pytest))
+ (list python-mock python-pytest python-pytest-cov))
(propagated-inputs
(list python-ujson))
(home-page "https://github.com/python-lsp/python-lsp-jsonrpc")