guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 90789f5fed12f6c76e17971dc7b61ebc65aefcf3
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:35:52 2025 +0100
gnu: python-socksio: Remove python-pytest-cov input.
* gnu/packages/python-web.scm (python-socksio)[native-inputs]: Remove
python-pytest-cov.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-web.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 99d8c317f3..3570a99879 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11803,9 +11803,7 @@ realtime client and server.")
(base32 "1b64j45w35jzhjhnq44bnyad9ydh1iyyd7a6j2c8phxmllyyp2zq"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-flit-core
- python-pytest
- python-pytest-cov))
+ (list python-flit-core python-pytest))
(home-page "https://github.com/sethmlarson/socksio")
(synopsis "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5")
(description "The @code{socksio} Python module is a client-side sans-I/O