guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 095/714] gnu: python-pytest-flakes: Remove python-cov


From: Nicolas Graves
Subject: [bug#70735] [PATCH 095/714] gnu: python-pytest-flakes: Remove python-coverage native-input.
Date: Sat, 4 May 2024 00:19:37 +0200

* gnu/packages/check.scm (python-pytest-flakes):
  [native-inputs]: Remove python-coverage.

Change-Id: Ia33921bc6481bf6ebd6e88d5a28e2e19579b6f91
---
 gnu/packages/check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 2f9533cf09..5f52109f11 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2728,7 +2728,7 @@ (define-public python-pytest-flakes
              (add-installed-pythonpath inputs outputs)
              (invoke "py.test" "-vv" "-k" "not test_syntax_error"))))))
     (native-inputs
-     (list python-coverage python-pytest python-pytest-pep8))
+     (list python-pytest python-pytest-pep8))
     (propagated-inputs
      (list python-pyflakes))
     (home-page "https://github.com/fschulze/pytest-flakes";)
-- 
2.41.0






reply via email to

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