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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-10-29 00:01:04 +01:00
committed by Andreas Enge
parent 75e3daef07
commit cc3d5be556

View File

@@ -40688,17 +40688,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