guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 798cf29bbbbdd749b40d394381c62e3fc6d1721a
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 23:41:15 2025 +0100

    build-system/pyproject: Remove python-pytest-flake8 native-input.
    
    * gnu/packages/bioinformatics.scm (python-muon)
    * gnu/packages/check.scm (python-pytest-perf)
    * gnu/packages/dav.scm (radicale)
    * gnu/packages/debug.scm (c-vise)
    [native-inputs]: Remove python-pytest-flake8.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/check.scm | 1 -
 gnu/packages/dav.scm   | 1 -
 gnu/packages/debug.scm | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 9c87f031ba..33d1ad031d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2950,7 +2950,6 @@ mypy plugins.")
      (list python-pytest
            python-pytest-checkdocs
            python-pytest-enabler
-           python-pytest-flake8
            python-pytest-mypy
            python-setuptools
            python-wheel))
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index bb64dec8dd..754df22874 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -143,7 +143,6 @@ CardDAV server with a local folder or file.")
     (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest
-           python-pytest-flake8
            python-setuptools
            python-waitress
            python-wheel))
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index e6985c447f..2f81b0f670 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -268,7 +268,7 @@ simple way to add custom protocol messages.")
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs
-     (list flex python-pytest python-pytest-flake8))
+     (list flex python-pytest))
     (inputs
      (list bash-minimal clang llvm unifdef
            python python-pebble python-psutil python-chardet))

Reply via email to