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

commit 40e66037a29e03e21bc04db2833903920d6b3450
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 02:27:51 2025 +0100

    build-system/pyproject: Remove python-pytest-cov native-input.
    
    * gnu/packages/astronomy.scm (python-wiimatch)
    * gnu/packages/audio.scm (python-resampy, python-librosa)
    * gnu/packages/backup.scm (borgmatic)
    * gnu/packages/bioinformatics.scm
    (python-bed-reader, python-pysnptool, python-pairtools)
    * gnu/packages/check.scm (python-pytest-nunit, python-pytest-perf)
    * gnu/packages/dav.scm (vdirsyncer, radicale)
    * gnu/packages/django.scm (python-django-redis)
    * gnu/packages/engineering.scm (python-scikit-rf)
    * gnu/packages/fediverse.scm (python-mastodon-py)
    * gnu/packages/fontutils.scm (psautohint)
    * gnu/packages/geo.scm (python-pyogrio)
    * gnu/packages/graphviz.scm (python-uqbar)
    * gnu/packages/jupyter.scm (python-jupyterlab-server python-nbclient,
    python-jupyterlite-core, python-ipydatawidgets)
    * gnu/packages/machine-learning.scm
    (python-pymanopt, python-tensorly, python-torchmetrics)
    * gnu/packages/maths.scm (python-libensemble)
    * gnu/packages/music.scm (stargate)
    * gnu/packages/python-check.scm (python-atpublic, python-vcrpy)
    * gnu/packages/python-compression.scm (python-zipstream-ng)
    * gnu/packages/python-science.scm (python-plotnine,
    python-pandaparallel, python-pyts, python-pingouin)
    * gnu/packages/python-web.scm (python-devpi-process, python-cheroot)
    (python-jsonpickle, python-flask-babel, python-url-normalize)
    (python-elasticsearch, python-hupper, python-simple-websocket)
    (python-apiron, python-huggingface-hub, python-aiosignal, python-ovh)
    (python-cbor2, python-zeep, hypercorn, python-warcio)
    (python-aioftp, python-oauthlib, python-tinycss2, python-cssselect2)
    (python-httpcore, python-wsgiprox, python-venusian, gunicorn)
    * gnu/packages/python-xyz.scm (python-janus, python-affine)
    (python-contourpy, python-echo, python-rasterio, python-rich-tables)
    (python-babel, python-pymarshal, python-portalocker)
    (python-expandvars, python-mizani, python-cligj, autokey)
    (python-robotframework-pythonlibcore, python-lsp-jsonrpc)
    (python-numpydoc, python-pillow, python-manimpango)
    (python-cairocffi, python-pubmed-parser, python-sentry-sdk)
    (python-prettytable, python-sniffio, python-ipywidgets)
    (python-pyproject-api, python-pymemcache, python-async-lru)
    (python-numcodecs, python-mwclient, python-cmd2, python-pyan3)
    (python-platformdirs, python-multipart, python-shtab, python-scooby)
    * gnu/packages/rdf.scm (python-rdflib-6)
    * gnu/packages/simulation.scm (python-fenics-dijitso)
    * gnu/packages/sphinx.scm (python-sphinx-design)
    * gnu/packages/statistics.scm (python-patsy, python-rchitect)
    * gnu/packages/task-management.scm (todoman)
    * gnu/packages/vpn.scm (sshuttle)
    * gnu/packages/web.scm (anonip, python-tibanna)
    [native-inputs]: Remove python-pytest-cov.
    
    Change-Id: I32f027794e90333c27fdff5871180779f603846c
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/astronomy.scm          |  1 -
 gnu/packages/audio.scm              |  3 +--
 gnu/packages/backup.scm             |  1 -
 gnu/packages/bioinformatics.scm     |  3 ---
 gnu/packages/check.scm              |  2 --
 gnu/packages/dav.scm                |  2 --
 gnu/packages/django.scm             |  1 -
 gnu/packages/engineering.scm        |  1 -
 gnu/packages/fediverse.scm          |  1 -
 gnu/packages/fontutils.scm          |  1 -
 gnu/packages/geo.scm                |  1 -
 gnu/packages/graphviz.scm           |  1 -
 gnu/packages/jupyter.scm            |  4 ----
 gnu/packages/machine-learning.scm   |  4 +---
 gnu/packages/maths.scm              |  1 -
 gnu/packages/music.scm              |  1 -
 gnu/packages/python-check.scm       |  3 +--
 gnu/packages/python-compression.scm |  2 +-
 gnu/packages/python-science.scm     |  4 +---
 gnu/packages/python-web.scm         | 31 ++++++++-----------------------
 gnu/packages/python-xyz.scm         | 33 ++++++++++++---------------------
 gnu/packages/rdf.scm                |  2 +-
 gnu/packages/simulation.scm         |  1 -
 gnu/packages/sphinx.scm             |  1 -
 gnu/packages/statistics.scm         |  3 +--
 gnu/packages/task-management.scm    |  1 -
 gnu/packages/vpn.scm                |  1 -
 gnu/packages/web.scm                |  3 +--
 28 files changed, 28 insertions(+), 85 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0c51af4b52..dd367b2b7a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10803,7 +10803,6 @@ cosmological simulations.")
     (build-system pyproject-build-system)
     (propagated-inputs (list python-numpy python-scipy))
     (native-inputs (list python-pytest
-                         python-pytest-cov
                          python-pytest-doctestplus
                          python-setuptools-scm
                          python-wheel))
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index dcbafe313d..8944d00eea 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -7964,7 +7964,7 @@ as sample rate, determining whether an audio file is 
silent, and much more.")
     (propagated-inputs
      (list python-numba python-numpy python-scipy python-six))
     (native-inputs
-     (list python-pytest python-pytest-cov python-setuptools python-wheel))
+     (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/bmcfee/resampy";)
     (synopsis "Efficient signal resampling")
     (description
@@ -8019,7 +8019,6 @@ Home Page}.")
      (list python-matplotlib
            python-packaging
            python-pytest
-           python-pytest-cov
            python-resampy
            python-setuptools
            python-wheel))
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 11dbb8382e..13c7fd0d49 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1306,7 +1306,6 @@ compression parameters used by Gzip.")
     (native-inputs
      (list python-flexmock
            python-pytest
-           python-pytest-cov
            python-setuptools
            python-wheel))
     (inputs
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 41f893e817..8bdc5a0b03 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2281,7 +2281,6 @@ version = ~s
                   (delete-file-recursively
                    (string-append #$output "/.pytest_cache")))))))))
     (native-inputs (list python-pytest
-                         python-pytest-cov
                          python-pytest-datadir
                          python-pytest-doctestplus
                          python-recommonmark
@@ -3857,7 +3856,6 @@ raw/ed14e050b2b75e7f4ddb73d512fbe928bbdb2b85")
            python-scipy))
     (native-inputs
      (list python-pytest
-           python-pytest-cov
            python-pytest-datadir
            python-pytest-doctestplus
            python-setuptools
@@ -4283,7 +4281,6 @@ e.g. microbiome samples, genomes, metagenomes.")
     (native-inputs
      (list python-cython
            python-pytest
-           python-pytest-cov
            python-setuptools
            python-wheel))
     (propagated-inputs
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index f0204f7e01..9c87f031ba 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1882,7 +1882,6 @@ http server.")
     (arguments (list #:tests? #false)) ;no tests included
     (native-inputs
      (list python-pytest
-           python-pytest-cov
            python-setuptools
            python-wheel
            python-xmlschema))
@@ -2950,7 +2949,6 @@ mypy plugins.")
     (native-inputs
      (list python-pytest
            python-pytest-checkdocs
-           python-pytest-cov
            python-pytest-enabler
            python-pytest-flake8
            python-pytest-mypy
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index b71d4dcf23..d38147a238 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-cov
            python-pytest-flake8
            python-pytest-isort
            python-setuptools
@@ -258,7 +257,6 @@ efficient syncing
      (list python-aioresponses
            python-pytest
            python-pytest-asyncio
-           python-pytest-cov
            python-pytest-httpserver
            python-setuptools
            python-setuptools-scm
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 3cf636fc29..e8d766f571 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1288,7 +1288,6 @@ server headers required for Cross-Origin Resource Sharing 
(CORS).")
            python-mock
            python-msgpack
            python-pytest
-           python-pytest-cov
            python-pytest-django
            python-pytest-mock
            python-setuptools
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 8eb8333e0b..f94d03ce85 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2580,7 +2580,6 @@ Newton-Raphson power flow solvers in the C++ library 
lightsim2grid, and the
                          python-networkx
                          python-openpyxl
                          python-pytest
-                         python-pytest-cov ; --cov runs by default on skrf
                          python-pytest-mock
                          python-pyvisa
                          python-setuptools
diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm
index b104938734..5e7bc90a9b 100644
--- a/gnu/packages/fediverse.scm
+++ b/gnu/packages/fediverse.scm
@@ -245,7 +245,6 @@ seamlessly with your desktop environment.")
     (native-inputs
      (list nss-certs-for-test
            python-pytest
-           python-pytest-cov
            python-pytest-mock
            python-pytest-recording
            python-pytest-retry
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 02b2ad42a4..933d6d1ac1 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1029,7 +1029,6 @@ suite of the @code{psautohint} package.")
     (native-inputs
      (list psautohint-font-data
            python-pytest
-           python-pytest-cov
            python-pytest-xdist
            python-setuptools-scm
            python-setuptools
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index be336a6d90..84b91246e1 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1059,7 +1059,6 @@ for seismology.")
     (inputs (list gdal))
     (native-inputs (list python-cython
                          python-pytest
-                         python-pytest-cov
                          python-setuptools
                          python-tomli
                          python-versioneer
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index c49504adea..968c596977 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -246,7 +246,6 @@ layout algorithms.")
      (list graphviz
            python-defusedxml
            python-pytest
-           python-pytest-cov
            python-setuptools
            python-typing-extensions))
     (propagated-inputs
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 5ad3294222..1c6d7f5d96 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -981,7 +981,6 @@ the JupyterLab CSS variables.")
            python-openapi-spec-validator
            python-pytest
            python-pytest-console-scripts
-           python-pytest-cov
            python-pytest-jupyter
            python-pytest-timeout
            python-requests-mock
@@ -1233,7 +1232,6 @@ are interactive HTML widgets for Jupyter notebooks and 
the IPython kernel.")
     (native-inputs (list python-ansi2html
                          python-hatchling
                          python-pytest-console-scripts
-                         python-pytest-cov
                          python-pytest-xdist
                          python-tornado))
     (home-page "https://github.com/jupyterlite/jupyterlite";)
@@ -1339,7 +1337,6 @@ and a default CommManager that can be used.")
            python-flaky
            python-pytest
            python-pytest-asyncio
-           python-pytest-cov
            python-testpath
            python-xmltodict))
     (home-page "https://jupyter.org";)
@@ -1642,7 +1639,6 @@ Docker registry.")
      (list python-jupyter-packaging
            python-nbval
            python-pytest
-           python-pytest-cov
            python-setuptools))
     (home-page "https://github.com/vidartf/ipydatawidgets";)
     (synopsis "Widgets to help facilitate reuse of large datasets across 
widgets")
diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index fec3a56b12..ff1e6ddc03 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1551,7 +1551,6 @@ learning.")
     (native-inputs (list python-autograd
                          python-matplotlib
                          python-pytest
-                         python-pytest-cov
                          python-setuptools
                          python-setuptools-scm
                          python-wheel))
@@ -4218,7 +4217,7 @@ These include a barrier, broadcast, and allreduce.")
          ;; nor is examples/plot_quantum.py
          " and not test_file_is_generated"))))
     (propagated-inputs (list python-jsmin python-numpy python-scipy))
-    (native-inputs (list python-pytest python-pytest-cov python-sphinx
+    (native-inputs (list python-pytest python-sphinx
                          python-setuptools python-wheel))
     (home-page "https://github.com/tensorly/tensorly";)
     (synopsis "Tensor learning in Python")
@@ -5878,7 +5877,6 @@ PyTorch code to decouple the science from the 
engineering.")
            python-pandas
            python-psutil
            python-pytest
-           python-pytest-cov
            python-pytest-doctestplus
            python-pytest-rerunfailures
            python-pytest-timeout
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c56cbcf5f3..2199c94a82 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4539,7 +4539,6 @@ savings are consistently > 5x.")
                          python-mock
                          python-mpi4py
                          python-pytest
-                         python-pytest-cov
                          python-pytest-timeout
                          python-setuptools
                          python-wheel))
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 62ad44ccc2..f2ba160205 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5382,7 +5382,6 @@ can receive input from a MIDI keyboard.")
            python-gcovr
            python-packaging
            python-pytest
-           python-pytest-cov
            python-pytest-runner))
     (inputs
      (list alsa-lib
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index cd1953e70c..6a0da36f43 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -367,7 +367,7 @@ Python with a fluent API.")
     (build-system pyproject-build-system)
     (arguments (list #:build-backend "pdm.backend"))
     (native-inputs
-     (list python-pytest python-pdm-backend python-sybil python-pytest-cov))
+     (list python-pytest python-pdm-backend python-sybil))
     (home-page "https://public.readthedocs.io/";)
     (synopsis "@code{@@public} decorator for populating @code{__all__}")
     (description
@@ -5111,7 +5111,6 @@ files using JSON Schema.")
            python-httplib2
            python-httpx
            python-pytest
-           python-pytest-cov
            python-pytest-aiohttp
            python-pytest-asyncio
            python-pytest-httpbin
diff --git a/gnu/packages/python-compression.scm 
b/gnu/packages/python-compression.scm
index 61d15462c9..356a6016d0 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -1063,7 +1063,7 @@ efficient as possible on all supported Python versions.")
         (base32 "1snsczv5v2fvndxi8hbgd42ghhiwc20cdz8dz3xpw4rdh8q41nd0"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest python-pytest-cov python-setuptools python-wheel))
+     (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/pR0Ps/zipstream-ng";)
     (synopsis "Streamable zip file generator")
     (description
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 5603bde999..e2bfe1db13 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4146,7 +4146,6 @@ convention of suggesting best recommended practices for 
using
      (list python-mkdocs-material
            python-numpy
            python-pytest
-           python-pytest-cov
            python-pytest-xdist
            python-setuptools
            python-wheel))
@@ -4436,7 +4435,7 @@ pyts.preprocessing.transformer.QuantileTransformer")))
              python-scikit-learn
              python-scipy))
       (native-inputs
-       (list python-pytest python-pytest-cov python-setuptools))
+       (list python-pytest python-setuptools))
       (home-page "https://github.com/johannfaouzi/pyts";)
       (synopsis "Python package for time series classification")
       (description
@@ -5504,7 +5503,6 @@ multiple-axes, polar charts, and bubble charts.")
                          python-mock
                          python-pandas
                          python-pytest
-                         python-pytest-cov
                          python-setuptools
                          python-setuptools-scm
                          python-wheel
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5f1d159d6b..508de6c99b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -757,8 +757,7 @@ indexes.")
            python-hatchling
            python-hatch-vcs
            python-httpx
-           python-pytest
-           python-pytest-cov))
+           python-pytest))
     (home-page "https://github.com/devpi/devpi";)
     (synopsis "API to create and use a devpi server process")
     (description
@@ -1492,7 +1491,6 @@ of a fake DNS resolver.")
            python-pydantic
            python-pytest
            python-pytest-asyncio
-           python-pytest-cov
            python-pytest-env
            python-pytest-mock
            python-pytest-rerunfailures
@@ -3413,8 +3411,7 @@ other HTTP libraries.")
     (arguments
      (list
       #:test-flags
-      #~(list "--cov=cheroot"
-              ;; Tests are flaky in parallel invocation.
+      #~(list ;; Tests are flaky in parallel invocation.
               ;; "--numprocesses=auto"
               "--doctest-modules"
               "--showlocals"
@@ -3440,7 +3437,6 @@ other HTTP libraries.")
            python-portend
            python-pyopenssl
            python-pypytools
-           python-pytest-cov
            python-pytest-mock
            python-requests
            python-requests-toolbelt
@@ -3599,7 +3595,6 @@ HTTP servers, RESTful APIs, and web services.")
     (native-inputs
      (list python-pytest
            python-pytest-asyncio
-           python-pytest-cov
            python-pytest-localserver
            python-pytest-socket
            python-setuptools
@@ -3805,7 +3800,6 @@ CSS3 that adds programming capabilities and some other 
syntactic sugar.")
            python-pymongo
            python-pytest
            python-pytest-benchmark
-           python-pytest-cov
            python-pytest-enabler
            python-setuptools
            python-setuptools-scm
@@ -4148,7 +4142,6 @@ support for merging, minifying and compiling CSS and 
Javascript files.")
     (native-inputs
      (list python-poetry-core
            python-pytest
-           python-pytest-cov
            python-pytest-mock))
     (propagated-inputs
      (list python-babel
@@ -5505,7 +5498,6 @@ RFC6455, regardless of your programming paradigm.")
                          python-poetry-core
                          python-pytest
                          python-pytest-asyncio
-                         python-pytest-cov
                          python-pytest-trio
                          python-trio))
     (home-page "https://gitlab.com/pgjones/hypercorn/";)
@@ -6724,8 +6716,9 @@ WebSocket usage in Python programs.")
     (propagated-inputs
      (list python-requests))
     (native-inputs
-     (list python-pytest python-pytest-cov
-           python-setuptools python-wheel))
+     (list python-pytest
+           python-setuptools
+           python-wheel))
     (home-page "https://github.com/ithaka/apiron";)
     (synopsis "Python wrapper for interacting with RESTful APIs")
     (description
@@ -6996,8 +6989,6 @@ adapter for use with the Requests library.")
      (list python-async-timeout
            python-pytest
            python-pytest-asyncio
-           python-pytest-cov
-           python-pytest-mock
            python-setuptools
            python-siosocks
            python-trustme))
@@ -7155,8 +7146,7 @@ used as authentication in IMAP mail servers.")
        (sha256
         (base32 "0aa38lpa6s1k56v7w7kw2w4l159kaz4gn03m698a8hfdjkx92fb5"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-pytest python-pytest-cov python-mock
-                         python-setuptools))
+    (native-inputs (list python-pytest python-mock python-setuptools))
     (propagated-inputs (list python-cryptography python-pyjwt python-blinker))
     (home-page "https://github.com/oauthlib/oauthlib";)
     (synopsis "OAuth implementation for Python")
@@ -9509,7 +9499,7 @@ simplified fork of html5lib.")
     (propagated-inputs
      (list python-tinycss2))
     (native-inputs
-     (list python-flit python-pytest-cov python-pytest-runner))
+     (list python-flit python-pytest-runner))
     (home-page "https://cssselect2.readthedocs.io/";)
     (synopsis "CSS selectors for Python ElementTree")
     (description "@code{cssselect2} is a straightforward implementation of
@@ -9681,7 +9671,6 @@ event loop.  It is implemented in Cython and uses libuv 
under the hood.")
                          python-aiohttp
                          python-gevent
                          python-pytest
-                         python-pytest-cov
                          python-sphinx
                          texinfo))
     (propagated-inputs (list python-packaging python-setuptools python-wheel))
@@ -10248,7 +10237,7 @@ Plus all the standard features of requests:
     (propagated-inputs
      (list python-certauth python-gevent python-websocket-client))
     (native-inputs
-     (list python-mock python-pytest-cov python-waitress python-setuptools))
+     (list python-mock python-waitress python-setuptools))
     (home-page "https://github.com/webrecorder/wsgiprox";)
     (synopsis "HTTP/S proxy with WebSockets over WSGI")
     (description
@@ -10291,7 +10280,6 @@ designated prefix.")
     (native-inputs
      ;; These inputs are required for the test suite.
      (list python-httpbin
-           python-pytest-cov
            python-requests
            python-setuptools
            python-wheel
@@ -11457,7 +11445,6 @@ Encoding for HTTP.")
     (native-inputs
      (list procps ;for ps when running tests
            python-pytest
-           python-pytest-cov
            python-pytest-mock
            python-passlib
            python-setuptools
@@ -11893,7 +11880,6 @@ client for Python.")
     (native-inputs
      (list python-pytest
            python-pytest-asyncio
-           python-pytest-cov
            python-pytest-trio
            python-setuptools))
     (propagated-inputs (list python-trio))
@@ -13134,7 +13120,6 @@ resources using Web Application Description Language 
(WADL) files as guides.")
            python-pretend
            python-pytest
            python-pytest-asyncio
-           python-pytest-cov
            python-pytest-httpx
            python-requests-mock
            python-setuptools
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 16e6049132..1e8e97b4bc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2750,7 +2750,7 @@ Hankaku (half-width character) and Zenkaku (full-width 
character)")
         (base32 "04hnrdcf03g1s0x3sr72sh9gnszz6kyfsl9dg8a4n0zvvhn6z5yz"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest python-pytest-cov python-pytest-asyncio
+     (list python-pytest python-pytest-asyncio
            python-setuptools python-wheel))
     (propagated-inputs (list python-typing-extensions))
     (home-page "https://github.com/aio-libs/janus/";)
@@ -5069,7 +5069,6 @@ applications and between systems.")
                          python-hypothesis
                          python-packaging
                          python-pytest
-                         python-pytest-cov
                          python-shapely
                          python-wheel))
     (home-page "https://github.com/rasterio/rasterio";)
@@ -5100,8 +5099,7 @@ with Numpy and SciPy.")
     (native-inputs
      (list python-freezegun
            python-poetry-core
-           python-pytest
-           python-pytest-cov))
+           python-pytest))
     (propagated-inputs
      (list python-funcy
            python-humanize
@@ -7225,7 +7223,7 @@ variables.")
      ;; "CovReportWarning: Failed to generate report: No data to report."
      (list #:tests? #f))
     (native-inputs
-     (list python-pytest python-pytest-cov python-setuptools python-wheel))
+     (list python-pytest python-setuptools python-wheel))
     (propagated-inputs (list python-bson python-pyyaml))
     (home-page "https://gitlab.com/d3v-t00lz/pymarshal";)
     (synopsis "Pythonic implementation of Golang struct (un)marshalling")
@@ -7707,7 +7705,6 @@ PDF, PNG, EPS and SVG).")
                 "0lawjm736vs86wlnxc3qqh37l11z0yx81xq3dmrw33m86kaq2bh3"))))
     (build-system pyproject-build-system)
     (native-inputs (list python-pytest
-                         python-pytest-cov
                          python-pytest-mypy
                          python-pytest-timeout
                          python-redis
@@ -7964,8 +7961,11 @@ processing tasks.")
     (propagated-inputs
      (list python-matplotlib python-numpy python-pandas python-scipy))
     (native-inputs
-     (list python-setuptools python-setuptools-scm
-           python-pytest python-pytest-cov python-wheel tzdata))
+     (list python-setuptools
+           python-setuptools-scm
+           python-pytest
+           python-wheel
+           tzdata))
     (home-page "https://github.com/has2k1/mizani";)
     (synopsis "Create data visualizations in Python")
     (description
@@ -10082,7 +10082,6 @@ SFTP.  It has the following main usages:
     (native-inputs
      (list python-approvaltests
            python-pytest
-           python-pytest-cov
            python-pytest-mockito
            python-robotframework
            python-setuptools))
@@ -10289,7 +10288,6 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom 
formats.")
     (native-inputs
      (list python-pyflakes
            python-pytest
-           python-pytest-cov
            python-setuptools
            python-setuptools-scm
            python-wheel))
@@ -13823,7 +13821,6 @@ any machine that can run Python.")
       (list pkg-config
             python-cython
             python-pytest
-            python-pytest-cov
             python-setuptools
             python-wheel))
     (inputs
@@ -13861,7 +13858,6 @@ ManimPango is internally used in Manim to render 
(non-LaTeX) text.")
            python-numpy
            python-pikepdf
            python-pytest
-           python-pytest-cov
            python-pytest-runner
            python-sphinx
            python-sphinx-rtd-theme))
@@ -15952,7 +15948,6 @@ command pipeline functionality.")
            python-mock
            python-pyrsistent
            python-pytest
-           python-pytest-cov
            python-pytest-django
            python-pytest-localserver
            python-setuptools
@@ -17219,7 +17214,6 @@ functional languages.")
      (list python-hatchling
            python-hatch-vcs
            python-pytest
-           python-pytest-cov
            python-pytest-lazy-fixtures
            python-setuptools-scm))
     (propagated-inputs
@@ -21942,7 +21936,6 @@ database, file, dict stores.  Cachy supports python 
versions 2.7+ and 3.2+.")
      (list python-hatch-vcs
            python-hatchling
            python-pytest
-           python-pytest-cov
            python-pytest-mock
            python-setuptools
            python-wheel))
@@ -22659,7 +22652,9 @@ Xon/Xoff.  The port is accessed in RAW mode.")
       #:test-flags
       '(list "--ignore=pymemcache/test/test_compression.py")))
     (native-inputs
-     (list python-faker python-pytest python-pytest-cov python-setuptools
+     (list python-faker
+           python-pytest
+           python-setuptools
            python-wheel))
     (home-page "https://github.com/pinterest/pymemcache";)
     (synopsis "Comprehensive, fast, pure Python memcached client")
@@ -22865,7 +22860,6 @@ for Kivy, the multitouch application platform.")
     (native-inputs
      (list python-pytest
            python-pytest-asyncio
-           python-pytest-cov
            python-pytest-timeout
            python-setuptools
            python-wheel))
@@ -30251,7 +30245,6 @@ and not test_transcript")))
      (list python-pyperclip python-wcwidth))
     (native-inputs
      (list python-pytest
-           python-pytest-cov
            python-pytest-mock
            python-setuptools
            python-setuptools-scm
@@ -32846,7 +32839,7 @@ defined in POSIX.1-2001 and POSIX.1-2008.")
                                 "python-pyan3-fix-absolute-path-bug.patch"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest python-pytest-cov python-setuptools python-wheel))
+     (list python-pytest python-setuptools python-wheel))
     (propagated-inputs
      (list python-jinja2))
     (home-page "https://github.com/Technologicat/pyan";)
@@ -34172,7 +34165,6 @@ async I/O support.")
     (native-inputs
      (list python-hatchling
            python-pytest
-           python-pytest-cov
            python-pyyaml))
     (home-page "https://github.com/andrew-d/python-multipart";)
     (synopsis "Streaming multipart parser for Python")
@@ -34221,7 +34213,6 @@ features of the Psycopg database driver.")
     (native-inputs
       (list bash
             python-pytest
-            python-pytest-cov
             python-pytest-timeout
             python-setuptools
             python-setuptools-scm
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 5f58845b26..90c9ae6078 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -431,7 +431,7 @@ powerful language for representing information.")
                (("^Requires-Dist: isodate .*")
                 "Requires-Dist: isodate (>=0.6.0)\n")))))))
     (native-inputs
-     (list python-poetry-core python-pytest python-pytest-cov))
+     (list python-poetry-core python-pytest))
     (propagated-inputs
       (list python-html5lib python-isodate python-pyparsing))
     (home-page "https://github.com/RDFLib/rdflib";)
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index d0e433b772..58d32f68ba 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -792,7 +792,6 @@ some support for generating and analysing traffic 
scenarios..")
                   (invoke "./runtests.sh"))))))))
     (native-inputs
      (list python-pytest
-           python-pytest-cov
            python-setuptools
            python-wheel))
     (inputs
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 1c4b069b6c..b1c1c7fbb3 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -499,7 +499,6 @@ to code blocks.")
     (native-inputs
      (list python-flit-core
            python-pytest
-           python-pytest-cov
            python-pytest-regressions))
     (propagated-inputs
      (list python-sphinx))
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index bb1db3a2c1..9bb9838bda 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1175,7 +1175,7 @@ inference (VI) algorithms.")
     (propagated-inputs
      (list python-numpy python-scipy))
     (native-inputs
-     (list python-pytest python-pytest-cov python-setuptools python-wheel))
+     (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/pydata/patsy";)
     (synopsis "Describe statistical models and build design matrices")
     (description
@@ -1937,7 +1937,6 @@ functions.")
     (build-system pyproject-build-system)
     (propagated-inputs (list python-cffi python-packaging python-six))
     (native-inputs (list python-pytest
-                         python-pytest-cov
                          python-pytest-mock
                          python-setuptools
                          python-wheel
diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm
index 3fd85b8af0..b07adba552 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -711,7 +711,6 @@ on arbitrary tasks.  All the time data is saved in files 
residing in the
      (list python-freezegun
            python-hypothesis
            python-pytest
-           python-pytest-cov
            python-pytest-runner
            python-pytz
            python-setuptools
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 6697dfcd8c..4af830a4c7 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -1226,7 +1226,6 @@ private network between hosts on the internet.")
            ;; For tests only.
            python-hatchling
            python-mock
-           python-pytest-cov
            python-pytest-runner
            ;; For documentation only.
            python-sphinx
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c73042ffbe..26de9c710c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5866,7 +5866,6 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
     (native-inputs
      (list python-poetry-core
            python-pytest
-           python-pytest-cov
            python-pytest-mock))
     (home-page "https://github.com/4dn-dcic/tibanna";)
     (synopsis "Tibanna runs portable workflows on the AWS Cloud")
@@ -9593,7 +9592,7 @@ program and as a web server.")
     (arguments
      (list #:test-flags #~(list "tests.py" "anonip.py")))
     (native-inputs
-     (list python-pytest python-pytest-cov python-setuptools))
+     (list python-pytest python-setuptools))
     (home-page "https://github.com/DigitaleGesellschaft/Anonip";)
     (synopsis "Anonymize IP addresses in log files")
     (description


Reply via email to