mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
fd03f11cb7
commit
9160351b94
@@ -10918,7 +10918,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))
|
||||
|
||||
@@ -8017,7 +8017,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
|
||||
@@ -8072,7 +8072,6 @@ Home Page}.")
|
||||
(list python-matplotlib
|
||||
python-packaging
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-resampy
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
|
||||
@@ -1299,7 +1299,6 @@ compression parameters used by Gzip.")
|
||||
(native-inputs
|
||||
(list python-flexmock
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(inputs
|
||||
|
||||
@@ -2288,7 +2288,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
|
||||
@@ -3864,7 +3863,6 @@ raw/ed14e050b2b75e7f4ddb73d512fbe928bbdb2b85")
|
||||
python-scipy))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-datadir
|
||||
python-pytest-doctestplus
|
||||
python-setuptools
|
||||
@@ -4290,7 +4288,6 @@ e.g. microbiome samples, genomes, metagenomes.")
|
||||
(native-inputs
|
||||
(list python-cython
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
|
||||
@@ -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))
|
||||
@@ -2957,7 +2956,6 @@ mypy plugins.")
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-checkdocs
|
||||
python-pytest-cov
|
||||
python-pytest-enabler
|
||||
python-pytest-flake8
|
||||
python-pytest-mypy
|
||||
|
||||
@@ -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
|
||||
@@ -244,7 +243,6 @@ efficient syncing
|
||||
(list python-aioresponses
|
||||
python-pytest
|
||||
python-pytest-asyncio
|
||||
python-pytest-cov
|
||||
python-pytest-httpserver
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
|
||||
@@ -1328,7 +1328,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
|
||||
|
||||
@@ -2358,7 +2358,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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1030,7 +1030,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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -246,7 +246,6 @@ layout algorithms.")
|
||||
(list graphviz
|
||||
python-defusedxml
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-typing-extensions))
|
||||
(propagated-inputs
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -1539,7 +1539,6 @@ learning.")
|
||||
(native-inputs (list python-autograd
|
||||
python-matplotlib
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
@@ -4209,7 +4208,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")
|
||||
@@ -5864,7 +5863,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
|
||||
|
||||
@@ -4546,7 +4546,6 @@ savings are consistently > 5x.")
|
||||
python-mock
|
||||
python-mpi4py
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-timeout
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
|
||||
@@ -5413,7 +5413,6 @@ can receive input from a MIDI keyboard.")
|
||||
python-gcovr
|
||||
python-packaging
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-runner))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1064,7 +1064,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
|
||||
|
||||
@@ -4220,7 +4220,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))
|
||||
@@ -4510,7 +4509,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
|
||||
@@ -5578,7 +5577,6 @@ multiple-axes, polar charts, and bubble charts.")
|
||||
python-mock
|
||||
python-pandas
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel
|
||||
|
||||
@@ -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
|
||||
@@ -1610,7 +1609,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
|
||||
@@ -3531,8 +3529,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"
|
||||
@@ -3558,7 +3555,6 @@ other HTTP libraries.")
|
||||
python-portend
|
||||
python-pyopenssl
|
||||
python-pypytools
|
||||
python-pytest-cov
|
||||
python-pytest-mock
|
||||
python-requests
|
||||
python-requests-toolbelt
|
||||
@@ -3717,7 +3713,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
|
||||
@@ -3923,7 +3918,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
|
||||
@@ -4266,7 +4260,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
|
||||
@@ -5623,7 +5616,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/")
|
||||
@@ -6842,8 +6834,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
|
||||
@@ -7114,8 +7107,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))
|
||||
@@ -7273,8 +7264,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")
|
||||
@@ -9627,7 +9617,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
|
||||
@@ -9799,7 +9789,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))
|
||||
@@ -10366,7 +10355,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
|
||||
@@ -10409,7 +10398,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
|
||||
@@ -11575,7 +11563,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
|
||||
@@ -12011,7 +11998,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))
|
||||
@@ -13252,7 +13238,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
|
||||
|
||||
@@ -2890,7 +2890,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/")
|
||||
@@ -5235,7 +5235,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")
|
||||
@@ -5266,8 +5265,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
|
||||
@@ -7386,7 +7384,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")
|
||||
@@ -7868,7 +7866,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
|
||||
@@ -8150,8 +8147,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
|
||||
@@ -10293,7 +10293,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))
|
||||
@@ -10500,7 +10499,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))
|
||||
@@ -14065,7 +14063,6 @@ any machine that can run Python.")
|
||||
(list pkg-config
|
||||
python-cython
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(inputs
|
||||
@@ -14103,7 +14100,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))
|
||||
@@ -16194,7 +16190,6 @@ command pipeline functionality.")
|
||||
python-mock
|
||||
python-pyrsistent
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-django
|
||||
python-pytest-localserver
|
||||
python-setuptools
|
||||
@@ -17460,7 +17455,6 @@ functional languages.")
|
||||
(list python-hatchling
|
||||
python-hatch-vcs
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-lazy-fixtures
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
@@ -22183,7 +22177,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))
|
||||
@@ -22900,7 +22893,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")
|
||||
@@ -23106,7 +23101,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))
|
||||
@@ -30492,7 +30486,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
|
||||
@@ -33087,7 +33080,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")
|
||||
@@ -34439,7 +34432,6 @@ for styling strings in the terminal.")
|
||||
(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")
|
||||
@@ -34488,7 +34480,6 @@ features of the Psycopg database driver.")
|
||||
(native-inputs
|
||||
(list bash
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-timeout
|
||||
python-setuptools
|
||||
python-setuptools-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")
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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
|
||||
@@ -1883,7 +1883,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
|
||||
|
||||
@@ -712,7 +712,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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5867,7 +5867,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")
|
||||
@@ -9598,7 +9597,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
|
||||
|
||||
Reference in New Issue
Block a user