summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-01-31 02:27:51 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:33 +0100
commit684b10f1dbb32f0d42dbc7553ce85506097b774d (patch)
tree98aa212d213f24b6e352f232e56e497ce68ea2f3 /gnu/packages
parentaca09ee3bcfa4485c6cb6a98a0dbf1e4318e6123 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/astronomy.scm1
-rw-r--r--gnu/packages/audio.scm3
-rw-r--r--gnu/packages/backup.scm1
-rw-r--r--gnu/packages/bioinformatics.scm3
-rw-r--r--gnu/packages/check.scm2
-rw-r--r--gnu/packages/dav.scm2
-rw-r--r--gnu/packages/django.scm1
-rw-r--r--gnu/packages/engineering.scm1
-rw-r--r--gnu/packages/fediverse.scm1
-rw-r--r--gnu/packages/fontutils.scm1
-rw-r--r--gnu/packages/geo.scm1
-rw-r--r--gnu/packages/graphviz.scm1
-rw-r--r--gnu/packages/jupyter.scm4
-rw-r--r--gnu/packages/machine-learning.scm4
-rw-r--r--gnu/packages/maths.scm1
-rw-r--r--gnu/packages/music.scm1
-rw-r--r--gnu/packages/python-check.scm3
-rw-r--r--gnu/packages/python-compression.scm2
-rw-r--r--gnu/packages/python-science.scm4
-rw-r--r--gnu/packages/python-web.scm31
-rw-r--r--gnu/packages/python-xyz.scm33
-rw-r--r--gnu/packages/rdf.scm2
-rw-r--r--gnu/packages/simulation.scm1
-rw-r--r--gnu/packages/sphinx.scm1
-rw-r--r--gnu/packages/statistics.scm3
-rw-r--r--gnu/packages/task-management.scm1
-rw-r--r--gnu/packages/vpn.scm1
-rw-r--r--gnu/packages/web.scm3
28 files changed, 28 insertions, 85 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3b8a98c119f..fdb03dabd80 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11656,7 +11656,6 @@ for dealing with particle data and a few related utility functions.")
11656 (build-system pyproject-build-system) 11656 (build-system pyproject-build-system)
11657 (propagated-inputs (list python-numpy python-scipy)) 11657 (propagated-inputs (list python-numpy python-scipy))
11658 (native-inputs (list python-pytest 11658 (native-inputs (list python-pytest
11659 python-pytest-cov
11660 python-pytest-doctestplus 11659 python-pytest-doctestplus
11661 python-setuptools-scm 11660 python-setuptools-scm
11662 python-wheel)) 11661 python-wheel))
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b7b1974b5d6..7c97c2eeab9 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -8231,7 +8231,7 @@ as sample rate, determining whether an audio file is silent, and much more.")
8231 (propagated-inputs 8231 (propagated-inputs
8232 (list python-numba python-numpy python-scipy python-six)) 8232 (list python-numba python-numpy python-scipy python-six))
8233 (native-inputs 8233 (native-inputs
8234 (list python-pytest python-pytest-cov python-setuptools python-wheel)) 8234 (list python-pytest python-setuptools python-wheel))
8235 (home-page "https://github.com/bmcfee/resampy") 8235 (home-page "https://github.com/bmcfee/resampy")
8236 (synopsis "Efficient signal resampling") 8236 (synopsis "Efficient signal resampling")
8237 (description 8237 (description
@@ -8287,7 +8287,6 @@ Home Page}.")
8287 (list python-matplotlib 8287 (list python-matplotlib
8288 python-packaging 8288 python-packaging
8289 python-pytest 8289 python-pytest
8290 python-pytest-cov
8291 python-resampy 8290 python-resampy
8292 python-setuptools 8291 python-setuptools
8293 python-wheel)) 8292 python-wheel))
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index c27c134f348..e9d9aa101a6 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1303,7 +1303,6 @@ compression parameters used by Gzip.")
1303 (native-inputs 1303 (native-inputs
1304 (list python-flexmock 1304 (list python-flexmock
1305 python-pytest 1305 python-pytest
1306 python-pytest-cov
1307 python-setuptools 1306 python-setuptools
1308 python-wheel)) 1307 python-wheel))
1309 (inputs 1308 (inputs
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index aa4b347d672..ec51594b72c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2290,7 +2290,6 @@ version = ~s
2290 (delete-file-recursively 2290 (delete-file-recursively
2291 (string-append #$output "/.pytest_cache"))))))))) 2291 (string-append #$output "/.pytest_cache")))))))))
2292 (native-inputs (list python-pytest 2292 (native-inputs (list python-pytest
2293 python-pytest-cov
2294 python-pytest-datadir 2293 python-pytest-datadir
2295 python-pytest-doctestplus 2294 python-pytest-doctestplus
2296 python-recommonmark 2295 python-recommonmark
@@ -3866,7 +3865,6 @@ raw/ed14e050b2b75e7f4ddb73d512fbe928bbdb2b85")
3866 python-scipy)) 3865 python-scipy))
3867 (native-inputs 3866 (native-inputs
3868 (list python-pytest 3867 (list python-pytest
3869 python-pytest-cov
3870 python-pytest-datadir 3868 python-pytest-datadir
3871 python-pytest-doctestplus 3869 python-pytest-doctestplus
3872 python-setuptools 3870 python-setuptools
@@ -4292,7 +4290,6 @@ e.g. microbiome samples, genomes, metagenomes.")
4292 (native-inputs 4290 (native-inputs
4293 (list python-cython 4291 (list python-cython
4294 python-pytest 4292 python-pytest
4295 python-pytest-cov
4296 python-setuptools 4293 python-setuptools
4297 python-wheel)) 4294 python-wheel))
4298 (propagated-inputs 4295 (propagated-inputs
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 8e1b2347f14..3186d646e3b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1882,7 +1882,6 @@ http server.")
1882 (arguments (list #:tests? #false)) ;no tests included 1882 (arguments (list #:tests? #false)) ;no tests included
1883 (native-inputs 1883 (native-inputs
1884 (list python-pytest 1884 (list python-pytest
1885 python-pytest-cov
1886 python-setuptools 1885 python-setuptools
1887 python-wheel 1886 python-wheel
1888 python-xmlschema)) 1887 python-xmlschema))
@@ -2957,7 +2956,6 @@ mypy plugins.")
2957 (native-inputs 2956 (native-inputs
2958 (list python-pytest 2957 (list python-pytest
2959 python-pytest-checkdocs 2958 python-pytest-checkdocs
2960 python-pytest-cov
2961 python-pytest-enabler 2959 python-pytest-enabler
2962 python-pytest-flake8 2960 python-pytest-flake8
2963 python-pytest-mypy 2961 python-pytest-mypy
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index ab87555dfd4..488454b64fc 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -143,7 +143,6 @@ CardDAV server with a local folder or file.")
143 (build-system pyproject-build-system) 143 (build-system pyproject-build-system)
144 (native-inputs 144 (native-inputs
145 (list python-pytest 145 (list python-pytest
146 python-pytest-cov
147 python-pytest-flake8 146 python-pytest-flake8
148 python-pytest-isort 147 python-pytest-isort
149 python-setuptools 148 python-setuptools
@@ -244,7 +243,6 @@ efficient syncing
244 (list python-aioresponses 243 (list python-aioresponses
245 python-pytest 244 python-pytest
246 python-pytest-asyncio 245 python-pytest-asyncio
247 python-pytest-cov
248 python-pytest-httpserver 246 python-pytest-httpserver
249 python-setuptools 247 python-setuptools
250 python-setuptools-scm 248 python-setuptools-scm
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 559e263c100..4e51946f867 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1313,7 +1313,6 @@ server headers required for Cross-Origin Resource Sharing (CORS).")
1313 python-mock 1313 python-mock
1314 python-msgpack 1314 python-msgpack
1315 python-pytest 1315 python-pytest
1316 python-pytest-cov
1317 python-pytest-django 1316 python-pytest-django
1318 python-pytest-mock 1317 python-pytest-mock
1319 python-setuptools 1318 python-setuptools
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 4efea2b1445..08d192cb758 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2484,7 +2484,6 @@ Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the
2484 python-networkx 2484 python-networkx
2485 python-openpyxl 2485 python-openpyxl
2486 python-pytest 2486 python-pytest
2487 python-pytest-cov ; --cov runs by default on skrf
2488 python-pytest-mock 2487 python-pytest-mock
2489 python-pyvisa 2488 python-pyvisa
2490 python-setuptools 2489 python-setuptools
diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm
index b1049387348..5e7bc90a9bb 100644
--- a/gnu/packages/fediverse.scm
+++ b/gnu/packages/fediverse.scm
@@ -245,7 +245,6 @@ seamlessly with your desktop environment.")
245 (native-inputs 245 (native-inputs
246 (list nss-certs-for-test 246 (list nss-certs-for-test
247 python-pytest 247 python-pytest
248 python-pytest-cov
249 python-pytest-mock 248 python-pytest-mock
250 python-pytest-recording 249 python-pytest-recording
251 python-pytest-retry 250 python-pytest-retry
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 7b92b700b26..079e2c5c4c5 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1030,7 +1030,6 @@ suite of the @code{psautohint} package.")
1030 (native-inputs 1030 (native-inputs
1031 (list psautohint-font-data 1031 (list psautohint-font-data
1032 python-pytest 1032 python-pytest
1033 python-pytest-cov
1034 python-pytest-xdist 1033 python-pytest-xdist
1035 python-setuptools-scm 1034 python-setuptools-scm
1036 python-setuptools 1035 python-setuptools
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index e55636e1b79..4bb50d0530b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1124,7 +1124,6 @@ for seismology.")
1124 (inputs (list gdal)) 1124 (inputs (list gdal))
1125 (native-inputs (list python-cython 1125 (native-inputs (list python-cython
1126 python-pytest 1126 python-pytest
1127 python-pytest-cov
1128 python-setuptools 1127 python-setuptools
1129 python-tomli 1128 python-tomli
1130 python-versioneer 1129 python-versioneer
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index c49504adea6..968c5969771 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -246,7 +246,6 @@ layout algorithms.")
246 (list graphviz 246 (list graphviz
247 python-defusedxml 247 python-defusedxml
248 python-pytest 248 python-pytest
249 python-pytest-cov
250 python-setuptools 249 python-setuptools
251 python-typing-extensions)) 250 python-typing-extensions))
252 (propagated-inputs 251 (propagated-inputs
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 4ee15e4aed8..3737036571a 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -984,7 +984,6 @@ the JupyterLab CSS variables.")
984 python-openapi-spec-validator 984 python-openapi-spec-validator
985 python-pytest 985 python-pytest
986 python-pytest-console-scripts 986 python-pytest-console-scripts
987 python-pytest-cov
988 python-pytest-jupyter 987 python-pytest-jupyter
989 python-pytest-timeout 988 python-pytest-timeout
990 python-requests-mock 989 python-requests-mock
@@ -1236,7 +1235,6 @@ are interactive HTML widgets for Jupyter notebooks and the IPython kernel.")
1236 (native-inputs (list python-ansi2html 1235 (native-inputs (list python-ansi2html
1237 python-hatchling 1236 python-hatchling
1238 python-pytest-console-scripts 1237 python-pytest-console-scripts
1239 python-pytest-cov
1240 python-pytest-xdist 1238 python-pytest-xdist
1241 python-tornado)) 1239 python-tornado))
1242 (home-page "https://github.com/jupyterlite/jupyterlite") 1240 (home-page "https://github.com/jupyterlite/jupyterlite")
@@ -1342,7 +1340,6 @@ and a default CommManager that can be used.")
1342 python-flaky 1340 python-flaky
1343 python-pytest 1341 python-pytest
1344 python-pytest-asyncio 1342 python-pytest-asyncio
1345 python-pytest-cov
1346 python-testpath 1343 python-testpath
1347 python-xmltodict)) 1344 python-xmltodict))
1348 (home-page "https://jupyter.org") 1345 (home-page "https://jupyter.org")
@@ -1645,7 +1642,6 @@ Docker registry.")
1645 (list python-jupyter-packaging 1642 (list python-jupyter-packaging
1646 python-nbval 1643 python-nbval
1647 python-pytest 1644 python-pytest
1648 python-pytest-cov
1649 python-setuptools)) 1645 python-setuptools))
1650 (home-page "https://github.com/vidartf/ipydatawidgets") 1646 (home-page "https://github.com/vidartf/ipydatawidgets")
1651 (synopsis "Widgets to help facilitate reuse of large datasets across widgets") 1647 (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 ed9ef8452a1..aa867f952e1 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1579,7 +1579,6 @@ learning.")
1579 (native-inputs (list python-autograd 1579 (native-inputs (list python-autograd
1580 python-matplotlib 1580 python-matplotlib
1581 python-pytest 1581 python-pytest
1582 python-pytest-cov
1583 python-setuptools 1582 python-setuptools
1584 python-setuptools-scm 1583 python-setuptools-scm
1585 python-wheel)) 1584 python-wheel))
@@ -4252,7 +4251,7 @@ These include a barrier, broadcast, and allreduce.")
4252 ;; nor is examples/plot_quantum.py 4251 ;; nor is examples/plot_quantum.py
4253 " and not test_file_is_generated")))) 4252 " and not test_file_is_generated"))))
4254 (propagated-inputs (list python-jsmin python-numpy python-scipy)) 4253 (propagated-inputs (list python-jsmin python-numpy python-scipy))
4255 (native-inputs (list python-pytest python-pytest-cov python-sphinx 4254 (native-inputs (list python-pytest python-sphinx
4256 python-setuptools python-wheel)) 4255 python-setuptools python-wheel))
4257 (home-page "https://github.com/tensorly/tensorly") 4256 (home-page "https://github.com/tensorly/tensorly")
4258 (synopsis "Tensor learning in Python") 4257 (synopsis "Tensor learning in Python")
@@ -5907,7 +5906,6 @@ PyTorch code to decouple the science from the engineering.")
5907 python-pandas 5906 python-pandas
5908 python-psutil 5907 python-psutil
5909 python-pytest 5908 python-pytest
5910 python-pytest-cov
5911 python-pytest-doctestplus 5909 python-pytest-doctestplus
5912 python-pytest-rerunfailures 5910 python-pytest-rerunfailures
5913 python-pytest-timeout 5911 python-pytest-timeout
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8915cdba3b6..24550265667 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4767,7 +4767,6 @@ savings are consistently > 5x.")
4767 python-mock 4767 python-mock
4768 python-mpi4py 4768 python-mpi4py
4769 python-pytest 4769 python-pytest
4770 python-pytest-cov
4771 python-pytest-timeout 4770 python-pytest-timeout
4772 python-setuptools 4771 python-setuptools
4773 python-wheel)) 4772 python-wheel))
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8cd8ad2cd37..f55375389f7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5572,7 +5572,6 @@ can receive input from a MIDI keyboard.")
5572 python-gcovr 5572 python-gcovr
5573 python-packaging 5573 python-packaging
5574 python-pytest 5574 python-pytest
5575 python-pytest-cov
5576 python-pytest-runner)) 5575 python-pytest-runner))
5577 (inputs 5576 (inputs
5578 (list alsa-lib 5577 (list alsa-lib
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index cc1dbee9c84..eb69e263f77 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -367,7 +367,7 @@ Python with a fluent API.")
367 (build-system pyproject-build-system) 367 (build-system pyproject-build-system)
368 (arguments (list #:build-backend "pdm.backend")) 368 (arguments (list #:build-backend "pdm.backend"))
369 (native-inputs 369 (native-inputs
370 (list python-pytest python-pdm-backend python-sybil python-pytest-cov)) 370 (list python-pytest python-pdm-backend python-sybil))
371 (home-page "https://public.readthedocs.io/") 371 (home-page "https://public.readthedocs.io/")
372 (synopsis "@code{@@public} decorator for populating @code{__all__}") 372 (synopsis "@code{@@public} decorator for populating @code{__all__}")
373 (description 373 (description
@@ -5184,7 +5184,6 @@ files using JSON Schema.")
5184 python-httplib2 5184 python-httplib2
5185 python-httpx 5185 python-httpx
5186 python-pytest 5186 python-pytest
5187 python-pytest-cov
5188 python-pytest-aiohttp 5187 python-pytest-aiohttp
5189 python-pytest-asyncio 5188 python-pytest-asyncio
5190 python-pytest-httpbin 5189 python-pytest-httpbin
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index e16a85ffe7d..58d199633dd 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -1064,7 +1064,7 @@ efficient as possible on all supported Python versions.")
1064 (base32 "1snsczv5v2fvndxi8hbgd42ghhiwc20cdz8dz3xpw4rdh8q41nd0")))) 1064 (base32 "1snsczv5v2fvndxi8hbgd42ghhiwc20cdz8dz3xpw4rdh8q41nd0"))))
1065 (build-system pyproject-build-system) 1065 (build-system pyproject-build-system)
1066 (native-inputs 1066 (native-inputs
1067 (list python-pytest python-pytest-cov python-setuptools python-wheel)) 1067 (list python-pytest python-setuptools python-wheel))
1068 (home-page "https://github.com/pR0Ps/zipstream-ng") 1068 (home-page "https://github.com/pR0Ps/zipstream-ng")
1069 (synopsis "Streamable zip file generator") 1069 (synopsis "Streamable zip file generator")
1070 (description 1070 (description
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 5616e78ed85..7403e930da4 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4293,7 +4293,6 @@ convention of suggesting best recommended practices for using
4293 (list python-mkdocs-material 4293 (list python-mkdocs-material
4294 python-numpy 4294 python-numpy
4295 python-pytest 4295 python-pytest
4296 python-pytest-cov
4297 python-pytest-xdist 4296 python-pytest-xdist
4298 python-setuptools 4297 python-setuptools
4299 python-wheel)) 4298 python-wheel))
@@ -4583,7 +4582,7 @@ pyts.preprocessing.transformer.QuantileTransformer")))
4583 python-scikit-learn 4582 python-scikit-learn
4584 python-scipy)) 4583 python-scipy))
4585 (native-inputs 4584 (native-inputs
4586 (list python-pytest python-pytest-cov python-setuptools)) 4585 (list python-pytest python-setuptools))
4587 (home-page "https://github.com/johannfaouzi/pyts") 4586 (home-page "https://github.com/johannfaouzi/pyts")
4588 (synopsis "Python package for time series classification") 4587 (synopsis "Python package for time series classification")
4589 (description 4588 (description
@@ -5651,7 +5650,6 @@ multiple-axes, polar charts, and bubble charts.")
5651 python-mock 5650 python-mock
5652 python-pandas 5651 python-pandas
5653 python-pytest 5652 python-pytest
5654 python-pytest-cov
5655 python-setuptools 5653 python-setuptools
5656 python-setuptools-scm 5654 python-setuptools-scm
5657 python-wheel 5655 python-wheel
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5d08368cff8..d019d8379d2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -797,8 +797,7 @@ indexes.")
797 python-hatchling 797 python-hatchling
798 python-hatch-vcs 798 python-hatch-vcs
799 python-httpx 799 python-httpx
800 python-pytest 800 python-pytest))
801 python-pytest-cov))
802 (home-page "https://github.com/devpi/devpi") 801 (home-page "https://github.com/devpi/devpi")
803 (synopsis "API to create and use a devpi server process") 802 (synopsis "API to create and use a devpi server process")
804 (description 803 (description
@@ -1649,7 +1648,6 @@ not require C extensions or system dependencies.")
1649 python-pydantic 1648 python-pydantic
1650 python-pytest 1649 python-pytest
1651 python-pytest-asyncio 1650 python-pytest-asyncio
1652 python-pytest-cov
1653 python-pytest-env 1651 python-pytest-env
1654 python-pytest-mock 1652 python-pytest-mock
1655 python-pytest-rerunfailures 1653 python-pytest-rerunfailures
@@ -3572,8 +3570,7 @@ other HTTP libraries.")
3572 (arguments 3570 (arguments
3573 (list 3571 (list
3574 #:test-flags 3572 #:test-flags
3575 #~(list "--cov=cheroot" 3573 #~(list ;; Tests are flaky in parallel invocation.
3576 ;; Tests are flaky in parallel invocation.
3577 ;; "--numprocesses=auto" 3574 ;; "--numprocesses=auto"
3578 "--doctest-modules" 3575 "--doctest-modules"
3579 "--showlocals" 3576 "--showlocals"
@@ -3599,7 +3596,6 @@ other HTTP libraries.")
3599 python-portend 3596 python-portend
3600 python-pyopenssl 3597 python-pyopenssl
3601 python-pypytools 3598 python-pypytools
3602 python-pytest-cov
3603 python-pytest-mock 3599 python-pytest-mock
3604 python-requests 3600 python-requests
3605 python-requests-toolbelt 3601 python-requests-toolbelt
@@ -3712,7 +3708,6 @@ program would be built.")
3712 (native-inputs 3708 (native-inputs
3713 (list python-pytest 3709 (list python-pytest
3714 python-pytest-asyncio 3710 python-pytest-asyncio
3715 python-pytest-cov
3716 python-pytest-localserver 3711 python-pytest-localserver
3717 python-pytest-socket 3712 python-pytest-socket
3718 python-setuptools 3713 python-setuptools
@@ -3918,7 +3913,6 @@ CSS3 that adds programming capabilities and some other syntactic sugar.")
3918 python-pymongo 3913 python-pymongo
3919 python-pytest 3914 python-pytest
3920 python-pytest-benchmark 3915 python-pytest-benchmark
3921 python-pytest-cov
3922 python-pytest-enabler 3916 python-pytest-enabler
3923 python-setuptools 3917 python-setuptools
3924 python-setuptools-scm 3918 python-setuptools-scm
@@ -4302,7 +4296,6 @@ support for merging, minifying and compiling CSS and Javascript files.")
4302 (native-inputs 4296 (native-inputs
4303 (list python-poetry-core 4297 (list python-poetry-core
4304 python-pytest 4298 python-pytest
4305 python-pytest-cov
4306 python-pytest-mock)) 4299 python-pytest-mock))
4307 (propagated-inputs 4300 (propagated-inputs
4308 (list python-babel 4301 (list python-babel
@@ -5793,7 +5786,6 @@ RFC6455, regardless of your programming paradigm.")
5793 python-poetry-core 5786 python-poetry-core
5794 python-pytest 5787 python-pytest
5795 python-pytest-asyncio 5788 python-pytest-asyncio
5796 python-pytest-cov
5797 python-pytest-trio 5789 python-pytest-trio
5798 python-trio)) 5790 python-trio))
5799 (home-page "https://gitlab.com/pgjones/hypercorn/") 5791 (home-page "https://gitlab.com/pgjones/hypercorn/")
@@ -7012,8 +7004,9 @@ WebSocket usage in Python programs.")
7012 (propagated-inputs 7004 (propagated-inputs
7013 (list python-requests)) 7005 (list python-requests))
7014 (native-inputs 7006 (native-inputs
7015 (list python-pytest python-pytest-cov 7007 (list python-pytest
7016 python-setuptools python-wheel)) 7008 python-setuptools
7009 python-wheel))
7017 (home-page "https://github.com/ithaka/apiron") 7010 (home-page "https://github.com/ithaka/apiron")
7018 (synopsis "Python wrapper for interacting with RESTful APIs") 7011 (synopsis "Python wrapper for interacting with RESTful APIs")
7019 (description 7012 (description
@@ -7284,8 +7277,6 @@ adapter for use with the Requests library.")
7284 (list python-async-timeout 7277 (list python-async-timeout
7285 python-pytest 7278 python-pytest
7286 python-pytest-asyncio 7279 python-pytest-asyncio
7287 python-pytest-cov
7288 python-pytest-mock
7289 python-setuptools 7280 python-setuptools
7290 python-siosocks 7281 python-siosocks
7291 python-trustme)) 7282 python-trustme))
@@ -7443,8 +7434,7 @@ used as authentication in IMAP mail servers.")
7443 (sha256 7434 (sha256
7444 (base32 "0aa38lpa6s1k56v7w7kw2w4l159kaz4gn03m698a8hfdjkx92fb5")))) 7435 (base32 "0aa38lpa6s1k56v7w7kw2w4l159kaz4gn03m698a8hfdjkx92fb5"))))
7445 (build-system pyproject-build-system) 7436 (build-system pyproject-build-system)
7446 (native-inputs (list python-pytest python-pytest-cov python-mock 7437 (native-inputs (list python-pytest python-mock python-setuptools))
7447 python-setuptools))
7448 (propagated-inputs (list python-cryptography python-pyjwt python-blinker)) 7438 (propagated-inputs (list python-cryptography python-pyjwt python-blinker))
7449 (home-page "https://github.com/oauthlib/oauthlib") 7439 (home-page "https://github.com/oauthlib/oauthlib")
7450 (synopsis "OAuth implementation for Python") 7440 (synopsis "OAuth implementation for Python")
@@ -9797,7 +9787,7 @@ simplified fork of html5lib.")
9797 (propagated-inputs 9787 (propagated-inputs
9798 (list python-tinycss2)) 9788 (list python-tinycss2))
9799 (native-inputs 9789 (native-inputs
9800 (list python-flit python-pytest-cov python-pytest-runner)) 9790 (list python-flit python-pytest-runner))
9801 (home-page "https://cssselect2.readthedocs.io/") 9791 (home-page "https://cssselect2.readthedocs.io/")
9802 (synopsis "CSS selectors for Python ElementTree") 9792 (synopsis "CSS selectors for Python ElementTree")
9803 (description "@code{cssselect2} is a straightforward implementation of 9793 (description "@code{cssselect2} is a straightforward implementation of
@@ -9942,7 +9932,6 @@ event loop. It is implemented in Cython and uses libuv under the hood.")
9942 python-httpx 9932 python-httpx
9943 python-pytest 9933 python-pytest
9944 python-pytest-asyncio 9934 python-pytest-asyncio
9945 python-pytest-cov
9946 python-setuptools 9935 python-setuptools
9947 python-uvloop)) 9936 python-uvloop))
9948 (propagated-inputs 9937 (propagated-inputs
@@ -10544,7 +10533,7 @@ Plus all the standard features of requests:
10544 (propagated-inputs 10533 (propagated-inputs
10545 (list python-certauth python-gevent python-websocket-client)) 10534 (list python-certauth python-gevent python-websocket-client))
10546 (native-inputs 10535 (native-inputs
10547 (list python-mock python-pytest-cov python-waitress python-setuptools)) 10536 (list python-mock python-waitress python-setuptools))
10548 (home-page "https://github.com/webrecorder/wsgiprox") 10537 (home-page "https://github.com/webrecorder/wsgiprox")
10549 (synopsis "HTTP/S proxy with WebSockets over WSGI") 10538 (synopsis "HTTP/S proxy with WebSockets over WSGI")
10550 (description 10539 (description
@@ -10587,7 +10576,6 @@ designated prefix.")
10587 (native-inputs 10576 (native-inputs
10588 ;; These inputs are required for the test suite. 10577 ;; These inputs are required for the test suite.
10589 (list python-httpbin 10578 (list python-httpbin
10590 python-pytest-cov
10591 python-requests 10579 python-requests
10592 python-setuptools 10580 python-setuptools
10593 python-wheel 10581 python-wheel
@@ -11753,7 +11741,6 @@ Encoding for HTTP.")
11753 (native-inputs 11741 (native-inputs
11754 (list procps ;for ps when running tests 11742 (list procps ;for ps when running tests
11755 python-pytest 11743 python-pytest
11756 python-pytest-cov
11757 python-pytest-mock 11744 python-pytest-mock
11758 python-passlib 11745 python-passlib
11759 python-setuptools 11746 python-setuptools
@@ -12189,7 +12176,6 @@ client for Python.")
12189 (native-inputs 12176 (native-inputs
12190 (list python-pytest 12177 (list python-pytest
12191 python-pytest-asyncio 12178 python-pytest-asyncio
12192 python-pytest-cov
12193 python-pytest-trio 12179 python-pytest-trio
12194 python-setuptools)) 12180 python-setuptools))
12195 (propagated-inputs (list python-trio)) 12181 (propagated-inputs (list python-trio))
@@ -13430,7 +13416,6 @@ resources using Web Application Description Language (WADL) files as guides.")
13430 python-pretend 13416 python-pretend
13431 python-pytest 13417 python-pytest
13432 python-pytest-asyncio 13418 python-pytest-asyncio
13433 python-pytest-cov
13434 python-pytest-httpx 13419 python-pytest-httpx
13435 python-requests-mock 13420 python-requests-mock
13436 python-setuptools 13421 python-setuptools
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 119cd0b8b8d..39738321bc6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3089,7 +3089,7 @@ Hankaku (half-width character) and Zenkaku (full-width character)")
3089 (base32 "04hnrdcf03g1s0x3sr72sh9gnszz6kyfsl9dg8a4n0zvvhn6z5yz")))) 3089 (base32 "04hnrdcf03g1s0x3sr72sh9gnszz6kyfsl9dg8a4n0zvvhn6z5yz"))))
3090 (build-system pyproject-build-system) 3090 (build-system pyproject-build-system)
3091 (native-inputs 3091 (native-inputs
3092 (list python-pytest python-pytest-cov python-pytest-asyncio 3092 (list python-pytest python-pytest-asyncio
3093 python-setuptools python-wheel)) 3093 python-setuptools python-wheel))
3094 (propagated-inputs (list python-typing-extensions)) 3094 (propagated-inputs (list python-typing-extensions))
3095 (home-page "https://github.com/aio-libs/janus/") 3095 (home-page "https://github.com/aio-libs/janus/")
@@ -5434,7 +5434,6 @@ applications and between systems.")
5434 python-hypothesis 5434 python-hypothesis
5435 python-packaging 5435 python-packaging
5436 python-pytest 5436 python-pytest
5437 python-pytest-cov
5438 python-shapely 5437 python-shapely
5439 python-wheel)) 5438 python-wheel))
5440 (home-page "https://github.com/rasterio/rasterio") 5439 (home-page "https://github.com/rasterio/rasterio")
@@ -5465,8 +5464,7 @@ with Numpy and SciPy.")
5465 (native-inputs 5464 (native-inputs
5466 (list python-freezegun 5465 (list python-freezegun
5467 python-poetry-core 5466 python-poetry-core
5468 python-pytest 5467 python-pytest))
5469 python-pytest-cov))
5470 (propagated-inputs 5468 (propagated-inputs
5471 (list python-funcy 5469 (list python-funcy
5472 python-humanize 5470 python-humanize
@@ -7585,7 +7583,7 @@ variables.")
7585 ;; "CovReportWarning: Failed to generate report: No data to report." 7583 ;; "CovReportWarning: Failed to generate report: No data to report."
7586 (list #:tests? #f)) 7584 (list #:tests? #f))
7587 (native-inputs 7585 (native-inputs
7588 (list python-pytest python-pytest-cov python-setuptools python-wheel)) 7586 (list python-pytest python-setuptools python-wheel))
7589 (propagated-inputs (list python-bson python-pyyaml)) 7587 (propagated-inputs (list python-bson python-pyyaml))
7590 (home-page "https://gitlab.com/d3v-t00lz/pymarshal") 7588 (home-page "https://gitlab.com/d3v-t00lz/pymarshal")
7591 (synopsis "Pythonic implementation of Golang struct (un)marshalling") 7589 (synopsis "Pythonic implementation of Golang struct (un)marshalling")
@@ -8067,7 +8065,6 @@ PDF, PNG, EPS and SVG).")
8067 "0lawjm736vs86wlnxc3qqh37l11z0yx81xq3dmrw33m86kaq2bh3")))) 8065 "0lawjm736vs86wlnxc3qqh37l11z0yx81xq3dmrw33m86kaq2bh3"))))
8068 (build-system pyproject-build-system) 8066 (build-system pyproject-build-system)
8069 (native-inputs (list python-pytest 8067 (native-inputs (list python-pytest
8070 python-pytest-cov
8071 python-pytest-mypy 8068 python-pytest-mypy
8072 python-pytest-timeout 8069 python-pytest-timeout
8073 python-redis 8070 python-redis
@@ -8349,8 +8346,11 @@ processing tasks.")
8349 (propagated-inputs 8346 (propagated-inputs
8350 (list python-matplotlib python-numpy python-pandas python-scipy)) 8347 (list python-matplotlib python-numpy python-pandas python-scipy))
8351 (native-inputs 8348 (native-inputs
8352 (list python-setuptools python-setuptools-scm 8349 (list python-setuptools
8353 python-pytest python-pytest-cov python-wheel tzdata)) 8350 python-setuptools-scm
8351 python-pytest
8352 python-wheel
8353 tzdata))
8354 (home-page "https://github.com/has2k1/mizani") 8354 (home-page "https://github.com/has2k1/mizani")
8355 (synopsis "Create data visualizations in Python") 8355 (synopsis "Create data visualizations in Python")
8356 (description 8356 (description
@@ -10492,7 +10492,6 @@ SFTP. It has the following main usages:
10492 (native-inputs 10492 (native-inputs
10493 (list python-approvaltests 10493 (list python-approvaltests
10494 python-pytest 10494 python-pytest
10495 python-pytest-cov
10496 python-pytest-mockito 10495 python-pytest-mockito
10497 python-robotframework 10496 python-robotframework
10498 python-setuptools)) 10497 python-setuptools))
@@ -10699,7 +10698,6 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.")
10699 (native-inputs 10698 (native-inputs
10700 (list python-pyflakes 10699 (list python-pyflakes
10701 python-pytest 10700 python-pytest
10702 python-pytest-cov
10703 python-setuptools 10701 python-setuptools
10704 python-setuptools-scm 10702 python-setuptools-scm
10705 python-wheel)) 10703 python-wheel))
@@ -14273,7 +14271,6 @@ any machine that can run Python.")
14273 (list pkg-config 14271 (list pkg-config
14274 python-cython 14272 python-cython
14275 python-pytest 14273 python-pytest
14276 python-pytest-cov
14277 python-setuptools 14274 python-setuptools
14278 python-wheel)) 14275 python-wheel))
14279 (inputs 14276 (inputs
@@ -14311,7 +14308,6 @@ ManimPango is internally used in Manim to render (non-LaTeX) text.")
14311 python-numpy 14308 python-numpy
14312 python-pikepdf 14309 python-pikepdf
14313 python-pytest 14310 python-pytest
14314 python-pytest-cov
14315 python-pytest-runner 14311 python-pytest-runner
14316 python-sphinx 14312 python-sphinx
14317 python-sphinx-rtd-theme)) 14313 python-sphinx-rtd-theme))
@@ -16402,7 +16398,6 @@ command pipeline functionality.")
16402 python-mock 16398 python-mock
16403 python-pyrsistent 16399 python-pyrsistent
16404 python-pytest 16400 python-pytest
16405 python-pytest-cov
16406 python-pytest-django 16401 python-pytest-django
16407 python-pytest-localserver 16402 python-pytest-localserver
16408 python-setuptools 16403 python-setuptools
@@ -17668,7 +17663,6 @@ functional languages.")
17668 (list python-hatchling 17663 (list python-hatchling
17669 python-hatch-vcs 17664 python-hatch-vcs
17670 python-pytest 17665 python-pytest
17671 python-pytest-cov
17672 python-pytest-lazy-fixtures 17666 python-pytest-lazy-fixtures
17673 python-setuptools-scm)) 17667 python-setuptools-scm))
17674 (propagated-inputs 17668 (propagated-inputs
@@ -22400,7 +22394,6 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.")
22400 (list python-hatch-vcs 22394 (list python-hatch-vcs
22401 python-hatchling 22395 python-hatchling
22402 python-pytest 22396 python-pytest
22403 python-pytest-cov
22404 python-pytest-mock 22397 python-pytest-mock
22405 python-setuptools 22398 python-setuptools
22406 python-wheel)) 22399 python-wheel))
@@ -23117,7 +23110,9 @@ Xon/Xoff. The port is accessed in RAW mode.")
23117 #:test-flags 23110 #:test-flags
23118 '(list "--ignore=pymemcache/test/test_compression.py"))) 23111 '(list "--ignore=pymemcache/test/test_compression.py")))
23119 (native-inputs 23112 (native-inputs
23120 (list python-faker python-pytest python-pytest-cov python-setuptools 23113 (list python-faker
23114 python-pytest
23115 python-setuptools
23121 python-wheel)) 23116 python-wheel))
23122 (home-page "https://github.com/pinterest/pymemcache") 23117 (home-page "https://github.com/pinterest/pymemcache")
23123 (synopsis "Comprehensive, fast, pure Python memcached client") 23118 (synopsis "Comprehensive, fast, pure Python memcached client")
@@ -23323,7 +23318,6 @@ for Kivy, the multitouch application platform.")
23323 (native-inputs 23318 (native-inputs
23324 (list python-pytest 23319 (list python-pytest
23325 python-pytest-asyncio 23320 python-pytest-asyncio
23326 python-pytest-cov
23327 python-pytest-timeout 23321 python-pytest-timeout
23328 python-setuptools 23322 python-setuptools
23329 python-wheel)) 23323 python-wheel))
@@ -30714,7 +30708,6 @@ and not test_transcript")))
30714 (list python-pyperclip python-wcwidth)) 30708 (list python-pyperclip python-wcwidth))
30715 (native-inputs 30709 (native-inputs
30716 (list python-pytest 30710 (list python-pytest
30717 python-pytest-cov
30718 python-pytest-mock 30711 python-pytest-mock
30719 python-setuptools 30712 python-setuptools
30720 python-setuptools-scm 30713 python-setuptools-scm
@@ -33309,7 +33302,7 @@ defined in POSIX.1-2001 and POSIX.1-2008.")
33309 "python-pyan3-fix-absolute-path-bug.patch")))) 33302 "python-pyan3-fix-absolute-path-bug.patch"))))
33310 (build-system pyproject-build-system) 33303 (build-system pyproject-build-system)
33311 (native-inputs 33304 (native-inputs
33312 (list python-pytest python-pytest-cov python-setuptools python-wheel)) 33305 (list python-pytest python-setuptools python-wheel))
33313 (propagated-inputs 33306 (propagated-inputs
33314 (list python-jinja2)) 33307 (list python-jinja2))
33315 (home-page "https://github.com/Technologicat/pyan") 33308 (home-page "https://github.com/Technologicat/pyan")
@@ -34661,7 +34654,6 @@ for styling strings in the terminal.")
34661 (native-inputs 34654 (native-inputs
34662 (list python-hatchling 34655 (list python-hatchling
34663 python-pytest 34656 python-pytest
34664 python-pytest-cov
34665 python-pyyaml)) 34657 python-pyyaml))
34666 (home-page "https://github.com/andrew-d/python-multipart") 34658 (home-page "https://github.com/andrew-d/python-multipart")
34667 (synopsis "Streaming multipart parser for Python") 34659 (synopsis "Streaming multipart parser for Python")
@@ -34710,7 +34702,6 @@ features of the Psycopg database driver.")
34710 (native-inputs 34702 (native-inputs
34711 (list bash 34703 (list bash
34712 python-pytest 34704 python-pytest
34713 python-pytest-cov
34714 python-pytest-timeout 34705 python-pytest-timeout
34715 python-setuptools 34706 python-setuptools
34716 python-setuptools-scm 34707 python-setuptools-scm
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index ce283590f40..7554a67726b 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -431,7 +431,7 @@ powerful language for representing information.")
431 (("^Requires-Dist: isodate .*") 431 (("^Requires-Dist: isodate .*")
432 "Requires-Dist: isodate (>=0.6.0)\n"))))))) 432 "Requires-Dist: isodate (>=0.6.0)\n")))))))
433 (native-inputs 433 (native-inputs
434 (list python-poetry-core python-pytest python-pytest-cov)) 434 (list python-poetry-core python-pytest))
435 (propagated-inputs 435 (propagated-inputs
436 (list python-html5lib python-isodate python-pyparsing)) 436 (list python-html5lib python-isodate python-pyparsing))
437 (home-page "https://github.com/RDFLib/rdflib") 437 (home-page "https://github.com/RDFLib/rdflib")
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 7347afd6f3f..118749f6943 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -796,7 +796,6 @@ some support for generating and analysing traffic scenarios..")
796 (invoke "./runtests.sh")))))))) 796 (invoke "./runtests.sh"))))))))
797 (native-inputs 797 (native-inputs
798 (list python-pytest 798 (list python-pytest
799 python-pytest-cov
800 python-setuptools 799 python-setuptools
801 python-wheel)) 800 python-wheel))
802 (inputs 801 (inputs
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 1c4b069b6c3..b1c1c7fbb35 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -499,7 +499,6 @@ to code blocks.")
499 (native-inputs 499 (native-inputs
500 (list python-flit-core 500 (list python-flit-core
501 python-pytest 501 python-pytest
502 python-pytest-cov
503 python-pytest-regressions)) 502 python-pytest-regressions))
504 (propagated-inputs 503 (propagated-inputs
505 (list python-sphinx)) 504 (list python-sphinx))
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 1010f3ba42a..5ee941592ad 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1175,7 +1175,7 @@ inference (VI) algorithms.")
1175 (propagated-inputs 1175 (propagated-inputs
1176 (list python-numpy python-scipy)) 1176 (list python-numpy python-scipy))
1177 (native-inputs 1177 (native-inputs
1178 (list python-pytest python-pytest-cov python-setuptools python-wheel)) 1178 (list python-pytest python-setuptools python-wheel))
1179 (home-page "https://github.com/pydata/patsy") 1179 (home-page "https://github.com/pydata/patsy")
1180 (synopsis "Describe statistical models and build design matrices") 1180 (synopsis "Describe statistical models and build design matrices")
1181 (description 1181 (description
@@ -1787,7 +1787,6 @@ functions.")
1787 (build-system pyproject-build-system) 1787 (build-system pyproject-build-system)
1788 (propagated-inputs (list python-cffi python-packaging python-six)) 1788 (propagated-inputs (list python-cffi python-packaging python-six))
1789 (native-inputs (list python-pytest 1789 (native-inputs (list python-pytest
1790 python-pytest-cov
1791 python-pytest-mock 1790 python-pytest-mock
1792 python-setuptools 1791 python-setuptools
1793 python-wheel 1792 python-wheel
diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm
index 0cd4137ea92..30a5303b963 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -712,7 +712,6 @@ on arbitrary tasks. All the time data is saved in files residing in the
712 (list python-freezegun 712 (list python-freezegun
713 python-hypothesis 713 python-hypothesis
714 python-pytest 714 python-pytest
715 python-pytest-cov
716 python-pytest-runner 715 python-pytest-runner
717 python-pytz 716 python-pytz
718 python-setuptools 717 python-setuptools
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index f8d393e2f9d..9aa91e699c2 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -1226,7 +1226,6 @@ private network between hosts on the internet.")
1226 ;; For tests only. 1226 ;; For tests only.
1227 python-hatchling 1227 python-hatchling
1228 python-mock 1228 python-mock
1229 python-pytest-cov
1230 python-pytest-runner 1229 python-pytest-runner
1231 ;; For documentation only. 1230 ;; For documentation only.
1232 python-sphinx 1231 python-sphinx
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b47442e6e93..d2c3012b38f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5911,7 +5911,6 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
5911 (native-inputs 5911 (native-inputs
5912 (list python-poetry-core 5912 (list python-poetry-core
5913 python-pytest 5913 python-pytest
5914 python-pytest-cov
5915 python-pytest-mock)) 5914 python-pytest-mock))
5916 (home-page "https://github.com/4dn-dcic/tibanna") 5915 (home-page "https://github.com/4dn-dcic/tibanna")
5917 (synopsis "Tibanna runs portable workflows on the AWS Cloud") 5916 (synopsis "Tibanna runs portable workflows on the AWS Cloud")
@@ -9589,7 +9588,7 @@ program and as a web server.")
9589 (arguments 9588 (arguments
9590 (list #:test-flags #~(list "tests.py" "anonip.py"))) 9589 (list #:test-flags #~(list "tests.py" "anonip.py")))
9591 (native-inputs 9590 (native-inputs
9592 (list python-pytest python-pytest-cov python-setuptools)) 9591 (list python-pytest python-setuptools))
9593 (home-page "https://github.com/DigitaleGesellschaft/Anonip") 9592 (home-page "https://github.com/DigitaleGesellschaft/Anonip")
9594 (synopsis "Anonymize IP addresses in log files") 9593 (synopsis "Anonymize IP addresses in log files")
9595 (description 9594 (description