[bug#70858,v3,13/28] gnu: python-re-assert: Remove python-covdefaults native-input.

Message ID 20250131021009.7499-14-ngraves@ngraves.fr
State New
Headers
Series python-team: Remove native-inputs |

Commit Message

Nicolas Graves Jan. 31, 2025, 2:03 a.m. UTC
  * 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(-)
  

Patch

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 58fc1d296a..7b12c05926 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1573,7 +1573,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")