1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 Sharlatan Hellseher
parent b549fa3507
commit 4e2625c4f9

View File

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