diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 02:27:51 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:15 +0100 |
| commit | a02bdad9f8942ee6d26333cba28890cd57248ec2 (patch) | |
| tree | 3b9f9b37b361a5cc659187a2f5d4e034f4fbf5d0 /gnu/packages/python-web.scm | |
| parent | 61f6a746daf3792f2f2748c3f74c55a3c9197899 (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-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5d08368cff..d019d8379d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -797,8 +797,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 @@ -1649,7 +1648,6 @@ not require C extensions or system dependencies.") python-pydantic python-pytest python-pytest-asyncio - python-pytest-cov python-pytest-env python-pytest-mock python-pytest-rerunfailures @@ -3572,8 +3570,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" @@ -3599,7 +3596,6 @@ other HTTP libraries.") python-portend python-pyopenssl python-pypytools - python-pytest-cov python-pytest-mock python-requests python-requests-toolbelt @@ -3712,7 +3708,6 @@ program would be built.") (native-inputs (list python-pytest python-pytest-asyncio - python-pytest-cov python-pytest-localserver python-pytest-socket python-setuptools @@ -3918,7 +3913,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 @@ -4302,7 +4296,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 @@ -5793,7 +5786,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/") @@ -7012,8 +7004,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 @@ -7284,8 +7277,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)) @@ -7443,8 +7434,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") @@ -9797,7 +9787,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 @@ -9942,7 +9932,6 @@ event loop. It is implemented in Cython and uses libuv under the hood.") python-httpx python-pytest python-pytest-asyncio - python-pytest-cov python-setuptools python-uvloop)) (propagated-inputs @@ -10544,7 +10533,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 @@ -10587,7 +10576,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 @@ -11753,7 +11741,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 @@ -12189,7 +12176,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)) @@ -13430,7 +13416,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 |
