guix-commits
[Top][All Lists]
Advanced

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

144/150: gnu: python-lsp-jsonrpc: Add missing test input.


From: guix-commits
Subject: 144/150: gnu: python-lsp-jsonrpc: Add missing test input.
Date: Sun, 24 Apr 2022 05:12:50 -0400 (EDT)

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

commit abbcdb4e6acfa293470b9881f476f4270d52270a
Author: Lars-Dominik Braun <lars@6xq.net>
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";)



reply via email to

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