guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a651780eacb2ce5f8a88a1b50f35ca06cac02fc3
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jun 20 15:05:29 2025 +0200

    gnu: python-srt: Enable tests.
    
    * gnu/packages/python-xyz.scm (python-srt)[native-inputs]: Add
    python-pytest.
    
    Change-Id: I1d1bbac3c3aff6b59d485769263cc824ce937e18
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2bb09f63bb..082faeba76 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -39288,7 +39288,7 @@ toolkit for Python.")
        (sha256
         (base32 "1h0cxlp66i6wlq3g6dg1f1nw0sipm9nfsy7qs47p9w548d833128"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-setuptools python-wheel))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/cdown/srt";)
     (synopsis "SRT parsing library")
     (description

Reply via email to