diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-28 23:35:52 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:13 +0100 |
| commit | 49184e8d3198bfbeeafeae5e959d1cf72cc9f813 (patch) | |
| tree | 1d48fc729d2f8e72f7dc5d2b3a10d49abbbf38d6 /gnu/packages/python-web.scm | |
| parent | f0ad91a7cd97a6abc4db006eb0d773c00290d54e (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ded360f403..5d08368cff 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -12138,9 +12138,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 |
