guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4c9fd882bda9ea917992781145f920f354cdf46c
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:47:07 2025 +0100
gnu: python-sniffio: Remove coverage inputs.
* gnu/packages/python-xyz.scm (python-sniffio)
[native-inputs]: Remove python-pytest-cov, python-wheel.
[description]: Improve style.
Change-Id: I4c309ef0afcd310034a73188f50b3301636abd24
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 972bc45ae8..e684e5348b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17753,16 +17753,12 @@ tasks, sockets, files, locks, and queues.")
(base32 "1p496yran6zwg47m7w26r8y89nrsbkrrbf4119slj3qaczf4wcpl"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-curio
- python-pytest
- python-pytest-cov
- python-setuptools
- python-wheel))
+ (list python-curio python-pytest python-setuptools))
(home-page "https://github.com/python-trio/sniffio")
(synopsis "Detect which async library a program is running under")
- (description "This package detects which async library a program is
-running under. It supports multiple async I/O packages, like Trio, and
-asyncio.")
+ (description
+ "This package detects which async library a program is running under. It
+supports multiple async I/O packages, like Trio, and asyncio.")
;; Either license applies.
(license (list license:expat license:asl2.0))))