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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-06-20 15:05:29 +02:00 committed by Sharlatan Hellseher
parent 6aa104f90a
commit a651780eac
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -39288,7 +39288,7 @@ toolkit for Python.")
(sha256 (sha256
(base32 "1h0cxlp66i6wlq3g6dg1f1nw0sipm9nfsy7qs47p9w548d833128")))) (base32 "1h0cxlp66i6wlq3g6dg1f1nw0sipm9nfsy7qs47p9w548d833128"))))
(build-system pyproject-build-system) (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") (home-page "https://github.com/cdown/srt")
(synopsis "SRT parsing library") (synopsis "SRT parsing library")
(description (description