From 4e2625c4f90f14154051b2f87fd67607e74016c1 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 29 Oct 2025 00:01:04 +0100 Subject: [PATCH] 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 --- 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 5a3a97e16e..deed445d7d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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