GNU bug report logs - #70858
[PATCH 00/32] python-team: Remove native inputs

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 10 May 2024 07:50:01 UTC

Severity: normal

Tags: patch

Full log


Message #403 received at 70858 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v4 33/52] build-system/pyproject: Remove python-pytest-flake8
 native-input.
Date: Wed, 26 Feb 2025 04:10:41 +0100
* gnu/packages/bioinformatics.scm (python-muon)
* gnu/packages/check.scm (python-pytest-enabler, python-pytest-perf)
* gnu/packages/dav.scm (radicale)
* gnu/packages/debug.scm (c-vise)
* gnu/packages/matrix.scm (python-matrix-nio)
* gnu/packages/python-web.scm (python-mechanicalsoup)
* gnu/packages/python-xyz.scm (python-pyvips, python-dask-image,
  python-importlib-resources, python-jaraco-classes,
  python-jaraco-context, python-jaraco-functools,
  python-jaraco-packaging, python-jaraco-test, python-path,
  python-pip-run, python-tempora, python-cairosvg)
[native-inputs]: Remove python-pytest-flake8.

* gnu/packages/python-check.scm (python-pytest-csv)
[arguments]{test-flags}: Ignore flake8 related test.
[native-inputs]: Remove python-pytest-flake8.
---
 gnu/packages/bioinformatics.scm |  3 +--
 gnu/packages/check.scm          |  2 --
 gnu/packages/dav.scm            |  1 -
 gnu/packages/debug.scm          |  2 +-
 gnu/packages/matrix.scm         |  1 -
 gnu/packages/python-check.scm   |  5 +++--
 gnu/packages/python-web.scm     |  3 +--
 gnu/packages/python-xyz.scm     | 17 ++---------------
 8 files changed, 8 insertions(+), 26 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 133bee638f..c989e6d4c8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5381,8 +5381,7 @@ (define-public python-muon
                              python-tqdm
                              python-umap-learn))
     (native-inputs (list python-flit-core
-                         python-pytest
-                         python-pytest-flake8))
+                         python-pytest))
     (home-page "https://github.com/scverse/muon")
     (synopsis "Multimodal omics analysis framework")
     (description "muon is a multimodal omics Python framework.")
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index ead9f457c2..0f0278ae22 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2941,7 +2941,6 @@ (define-public python-pytest-enabler
            python-toml))
     (native-inputs (list python-pytest
                          python-pytest-checkdocs
-                         python-pytest-flake8
                          python-pytest-mypy
                          python-setuptools
                          python-setuptools-scm
@@ -3114,7 +3113,6 @@ (define-public python-pytest-perf
      (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 ff5d8409b0..71d12a0ca1 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -58,7 +58,6 @@ (define-public radicale
     (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 5580b4eaf4..59d17f2623 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -255,7 +255,7 @@ (define-public c-vise
        (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))
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 970093d345..e7c1468da4 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -200,7 +200,6 @@ (define-public python-matrix-nio
            python-pytest-aiohttp
            python-pytest-asyncio
            python-pytest-benchmark
-           python-pytest-flake8
            python-setuptools
            python-wheel))
     (propagated-inputs
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 8edec4595f..03be7db63e 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -673,9 +673,10 @@ (define-public python-pytest-csv
         (base32
          "17518f2fn5l98lyk9p8r7215c1whi61imzrh6ahrmcksr8w0zz04"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list #:test-flags '(list "--ignore=tests/test_flake8.py")))
     (native-inputs
-     (list python-pytest-flake8
-           python-pytest-xdist
+     (list python-pytest-xdist
            python-setuptools
            python-tabulate
            python-wheel))
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fc519d660a..bdad225b4c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2319,8 +2319,7 @@ (define-public python-mechanicalsoup
     (propagated-inputs
      (list python-beautifulsoup4 python-lxml python-requests python-six))
     (native-inputs
-     (list python-pytest-flake8
-           python-pytest-httpbin
+     (list python-pytest-httpbin
            python-pytest-mock
            python-pytest-runner
            python-requests-mock
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e6c73b0569..a17b20e822 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11992,7 +11992,6 @@ (define-public python-pyvips
     (native-inputs
      (list python-pyperf
            python-pytest
-           python-pytest-flake8
            python-pytest-runner))
     (inputs
      (list glib vips))
@@ -12747,7 +12746,6 @@ (define-public python-importlib-resources
      (list python-pytest
            python-pytest-checkdocs
            python-pytest-enabler
-           python-pytest-flake8
            python-pytest-mypy
            python-setuptools-57
            python-setuptools-scm))
@@ -12895,7 +12893,6 @@ (define-public python-jaraco-classes
     (native-inputs
      (list python-pytest
            python-pytest-checkdocs
-           python-pytest-flake8
            python-pytest-mypy
            python-setuptools
            python-setuptools-scm
@@ -12986,7 +12983,6 @@ (define-public python-jaraco-context
     (native-inputs
      (list python-pytest
            python-pytest-checkdocs
-           python-pytest-flake8
            python-pytest-mypy
            python-setuptools
            python-setuptools-scm
@@ -13019,7 +13015,6 @@ (define-public python-jaraco-functools
      (list python-jaraco-classes
            python-pytest
            python-pytest-checkdocs
-           python-pytest-flake8
            python-pytest-mypy
            python-setuptools
            python-setuptools-scm
@@ -13049,7 +13044,6 @@ (define-public python-jaraco-packaging
     (propagated-inputs
      (list python-pytest
            python-pytest-checkdocs
-           python-pytest-flake8
            python-rst.linker
            python-setuptools
            python-setuptools-scm
@@ -17853,7 +17847,6 @@ (define-public python-path
                python-pytest
                python-pytest-checkdocs
                python-pytest-enabler
-               python-pytest-flake8
                python-pytest-mypy)))
     (properties (alist-delete 'hidden?
                               (package-properties
@@ -17957,7 +17950,6 @@ (define-public python-pip-run
                python-pytest
                python-pytest-checkdocs
                python-pytest-enabler
-               python-pytest-flake8
                python-pytest-mypy)))
     (properties (alist-delete 'hidden? (package-properties
                                         python-pip-run-bootstrap)))))
@@ -22563,7 +22555,6 @@ (define-public python-inflect
                          python-pytest
                          python-pytest-checkdocs
                          python-pytest-enabler
-                         python-pytest-flake8
                          python-pytest-mypy
                          ;; For the version number
                          python-setuptools-scm
@@ -27834,7 +27825,6 @@ (define-public python-tempora
            python-pytest
            python-pytest-checkdocs
            python-pytest-enabler
-           python-pytest-flake8
            python-pytest-freezegun
            python-pytest-mypy
            python-setuptools-scm
@@ -30508,7 +30498,7 @@ (define-public python-dask-image
                              python-scipy
                              python-tifffile))
     (native-inputs
-     (list python-pytest-flake8 python-pytest))
+     (list python-pytest))
     (home-page "https://github.com/dask/dask-image")
     (synopsis "Distributed image processing")
     (description "This is a package for image processing with Dask arrays.
@@ -31602,10 +31592,7 @@ (define-public python-cairosvg
      (list python-cairocffi python-cssselect2 python-defusedxml
            python-pillow python-tinycss2))
     (native-inputs
-     (list python-pytest-flake8
-           python-pytest-runner
-           python-setuptools
-           python-wheel))
+     (list python-pytest-runner python-setuptools python-wheel))
     (home-page "https://cairosvg.org/")
     (synopsis "SVG to PDF/PS/PNG converter based on Cairo")
     (description "CairoSVG is a SVG converter based on Cairo.  It can export
-- 
2.48.1





This bug report was last modified 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.