guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 42d6ad30f64d55044ee7f405728c8a086403ea90
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Oct 29 00:01:04 2025 +0100
gnu: python-watchdog: Remove coverage inputs.
* gnu/packages/python-xyz.scm (python-watchdog)
[native-inputs]: Remove python-pytest-cov, python-pytest-timeout.
[description]: Improve style.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 57db494f0b..ef6bdba583 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40274,17 +40274,15 @@ toolkit for Python.")
"test_select_fd")
" and not "))))
(native-inputs
- (list python-pytest
- python-pytest-cov
- python-pytest-timeout
- python-setuptools))
+ (list python-pytest python-setuptools))
(propagated-inputs
(list python-pyyaml))
(home-page "https://github.com/gorakhargosh/watchdog")
(synopsis "File system events monitoring")
- (description "This package provides a way to monitor file system events
-such as a file modification and trigger an action. This is similar to inotify,
-but portable.")
+ (description
+ "This package provides a way to monitor file system events such as a file
+modification and trigger an action. This is similar to inotify, but
+portable.")
(license license:asl2.0)))
(define-public python-watchfiles