diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 02:27:51 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:33 +0100 |
| commit | 684b10f1dbb32f0d42dbc7553ce85506097b774d (patch) | |
| tree | 98aa212d213f24b6e352f232e56e497ce68ea2f3 /gnu/packages/python-check.scm | |
| parent | aca09ee3bcfa4485c6cb6a98a0dbf1e4318e6123 (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/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
