guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 033/714] gnu: python-jaraco-test: Remove python-flake


From: Nicolas Graves
Subject: [bug#70735] [PATCH 033/714] gnu: python-jaraco-test: Remove python-flake8 native-input.
Date: Sat, 4 May 2024 00:18:35 +0200

* gnu/packages/python-xyz.scm (python-jaraco-test):
  [native-inputs]: Remove python-flake8.

Change-Id: I8f020571913c84016729db9504f9aee42b5cdf26
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 041baa2272..46971528bc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11616,8 +11616,7 @@ (define-public python-jaraco-test
                      (lambda _
                        (invoke "pytest" "-vv" "-k" "http"))))))
     (propagated-inputs (list python-jaraco-context python-jaraco-functools))
-    (native-inputs (list python-flake8
-                         python-pytest
+    (native-inputs (list python-pytest
                          python-pytest-black
                          python-pytest-checkdocs
                          python-pytest-cov
-- 
2.41.0






reply via email to

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