1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-06 16:14:04 +02:00

gnu: packages: Remove python-pytest-cov native-inputs.

Obtained with
./pre-inst-env guix style -S remove-native-inputs -t python-pytest-cov
on top of https://codeberg.org/guix/guix/pulls/5862

For this reason, I don't think it's relevant to generate a GNU Style
Changelog.

Change-Id: I58fe10452d7eaf2e8bb4dc88dfac5b4a5ee46165
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 15:04:02 +01:00
committed by Sharlatan Hellseher
parent 242b5dc184
commit 44df0200cd
24 changed files with 58 additions and 177 deletions
+7 -26
View File
@@ -574,7 +574,6 @@ services.")
(list python-bottle
python-mock
python-pytest-8
python-pytest-cov
python-pytest-mock
python-setuptools))
(propagated-inputs
@@ -2539,10 +2538,7 @@ aiohttp. It supports SOCKS4(a) and SOCKS5.")
(list
#:tests? #f)) ;tests require internet access
(native-inputs
(list python-pytest
python-pytest-cov
python-pytest-asyncio
python-setuptools))
(list python-pytest python-pytest-asyncio python-setuptools))
(propagated-inputs (list python-pycares))
(home-page "https://github.com/saghul/aiodns")
(synopsis "Simple DNS resolver for asyncio")
@@ -2649,10 +2645,7 @@ comes with a SOCKS proxy client.")
(base32 "1wf89l9f0ivlv796pklpgykx6j6ksfqrmvzikd8w5j6ldln7bv50"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
python-pytest-cov
python-pytest-asyncio
python-setuptools))
(list python-pytest python-pytest-asyncio python-setuptools))
(propagated-inputs
(list python-typing-extensions))
(home-page "https://github.com/vxgmichel/aiostream")
@@ -3493,7 +3486,6 @@ origin than that of the web application.")
(list python-cryptography
python-mock
python-pytest
python-pytest-cov
python-pytest-randomly
python-pytest-timeout
python-setuptools))
@@ -3602,7 +3594,6 @@ test_test_http.py::HTTPTests::test_post_filename_with_special_characters"
(list python-objgraph
python-path
python-pytest
python-pytest-cov
python-pytest-forked
python-pytest-services
python-pytest-sugar
@@ -3987,7 +3978,6 @@ Context Protocol (MCP).")
(list python-beautifulsoup4 python-lxml python-requests))
(native-inputs
(list python-pytest
python-pytest-cov
python-pytest-flake8
python-pytest-httpbin
python-pytest-mock
@@ -4895,10 +4885,7 @@ state-tracking and configuration abstractions.")
(list
#:test-flags #~(list "--ignore=tests/test_cli.py")))
(native-inputs
(list python-pytest
python-pytest-cov
python-pytest-socket
python-setuptools))
(list python-pytest python-pytest-socket python-setuptools))
(propagated-inputs
(list python-idna))
(home-page "https://github.com/niksite/url-normalize")
@@ -7563,7 +7550,7 @@ pass private data, and to spawn subprocesses to handle requests.")
(sha256
(base32 "15as15mgz9xn33abwrp0x0mbj537ib3q47z8ky5475c05wasznwx"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-pytest-cov python-setuptools))
(native-inputs (list python-pytest python-setuptools))
(home-page "https://pylonsproject.org/")
(synopsis "Load, configure, and compose WSGI applications and servers")
(description
@@ -7828,7 +7815,7 @@ mainloop.")
(list
#:test-flags
#~(list "--pyargs" "dpkt")))
(native-inputs (list python-pytest python-pytest-cov python-setuptools))
(native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/kbandla/dpkt")
(synopsis "Packet generator and parser for TCP/IP protocols")
(description
@@ -8534,7 +8521,6 @@ libraries.")
python-orjson
python-pytest
python-pytest-asyncio
python-pytest-cov
python-pytz
python-pyyaml
python-requests
@@ -10664,10 +10650,7 @@ according to the standard set by PasteDeploy")
;; file=/tmp/guix-build-python-hupper-1.12.1.drv-0/tmpm9n4697p
#:test-flags #~(list "--ignore=tests/test_it.py")))
(native-inputs
(list python-pytest
python-pytest-cov
python-setuptools
python-wheel))
(list python-pytest python-setuptools python-wheel))
(propagated-inputs
(list python-watchdog))
(home-page "https://readthedocs.org/projects/hupper")
@@ -11412,9 +11395,7 @@ interpreter written in pure Python.")
(add-after 'unpack 'change-directory
(lambda _ (chdir "python") #t)))))
(native-inputs
(list python-pytest
python-pytest-cov
python-setuptools))
(list python-pytest python-setuptools))
(propagated-inputs
(list python-cryptography))
(home-page "https://github.com/web-push-libs/encrypted-content-encoding")