guix-patches
[Top][All Lists]
Advanced

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

[bug#70858] [PATCH 15/32] gnu: python-re-assert: Remove python-covdefaul


From: Nicolas Graves
Subject: [bug#70858] [PATCH 15/32] gnu: python-re-assert: Remove python-covdefaults native-input.
Date: Fri, 10 May 2024 09:55:19 +0200

* gnu/packages/python-check.scm (python-re-assert):
  [native-inputs]: Remove python-covdefaults.

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

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 574a93782ce..3281e5a772b 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1144,7 +1144,7 @@ (define-public python-re-assert
            (lambda _
              (invoke "pytest" "-vv"))))))
     (native-inputs
-     (list python-covdefaults python-pytest))
+     (list python-pytest))
     (propagated-inputs
      (list python-regex))
     (home-page "https://github.com/asottile/re-assert";)
-- 
2.41.0






reply via email to

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