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


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#70858] [PATCH v4 23/52] build-system/pyproject: Remove python-codecov native-input.
Date: Wed, 26 Feb 2025 04:10:31 +0100
* gnu/packages/android.scm (python-androguard)
* gnu/packages/astronomy.scm (python-wiimatch, python-tweakwcs)
* gnu/packages/geo.scm (python-geopandas)
* gnu/packages/jupyter.scm (python-papermill)
* gnu/packages/python-xyz.scm (python-can, python-ddlparse)
[native-inputs]: Remove python-codecov.
---
 gnu/packages/android.scm    | 2 +-
 gnu/packages/astronomy.scm  | 9 +++++----
 gnu/packages/geo.scm        | 3 +--
 gnu/packages/jupyter.scm    | 1 -
 gnu/packages/python-xyz.scm | 4 +---
 5 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 58d3815d2a..aa806c475e 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -1078,7 +1078,7 @@ (define-public python-androguard
            (lambda _
              (invoke "nosetests" "--with-timer" "--timer-top-n" "50"))))))
     (native-inputs
-     (list python-codecov python-mock python-nose python-nose-timer))
+     (list python-mock python-nose python-nose-timer))
     (propagated-inputs
      (list python-asn1crypto
            python-colorama
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8c47e7c61c..6b31414940 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6703,8 +6703,7 @@ (define-public python-tweakwcs
            python-stsci-imagestats
            python-stsci-stimage))
     (native-inputs
-     (list python-codecov
-           python-pytest
+     (list python-pytest
            python-pytest-cov
            python-scipy
            python-setuptools
@@ -6828,8 +6827,10 @@ (define-public python-wiimatch
                 "15kq7z30m9i286ncs9xvpaq3dq1p5fa47jz21prq146qwr7j6dm8"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-numpy python-scipy))
-    (native-inputs (list python-codecov python-pytest python-pytest-cov
-                         python-pytest-doctestplus python-setuptools-scm
+    (native-inputs (list python-pytest
+                         python-pytest-cov
+                         python-pytest-doctestplus
+                         python-setuptools-scm
                          python-wheel))
     (home-page "https://github.com/spacetelescope/wiimatch")
     (synopsis
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 54f96fef2b..cf8c140040 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1075,8 +1075,7 @@ (define-public python-geopandas
             python-pyproj
             python-shapely))
     (native-inputs
-      (list python-codecov
-            python-pytest
+      (list python-pytest
             python-pytest-cov
             python-pytest-xdist
             python-setuptools
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index a9f57b2ccc..1ee99c8602 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -1160,7 +1160,6 @@ (define-public python-papermill
                          python-botocore
                          python-bumpversion
                          python-check-manifest
-                         python-codecov
                          python-ipython
                          python-ipywidgets
                          python-moto
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0b566a4b89..b840493eb4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4291,7 +4291,6 @@ (define-public python-can
            python-setuptools))
     (native-inputs
      (list ;; python-canalystii ; Not packed yet
-           python-codecov
            python-future
            python-hypothesis
            python-mock
@@ -6410,8 +6409,7 @@ (define-public python-ddlparse
         (base32 "1nh8m6rxslwk05daxshxmgk41qfp18yynydba49b13l4m8dnh634"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-codecov
-           python-pytest
+     (list python-pytest
            python-pytest-cov
            python-setuptools
            python-tox
-- 
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.