gnu: python-ruamel.yaml: Enable tests.

* gnu/packages/serialization.scm (python-ruamel.yaml)[arguments]: Enable
tests.
(python-ruamel.yaml-0.16)[arguments]: Keep tests disabled.

Change-Id: I137c57c1aac628f488a51f25741b59a844299119
This commit is contained in:
Efraim Flashner 2025-07-27 19:32:36 +03:00
parent c789e066fd
commit ae7ea290b6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -845,9 +845,6 @@ includes the following features:
(list python-pytest))
(propagated-inputs
(list python-ruamel.yaml.clib))
(arguments
`(;; TODO: Tests require packaging "ruamel.std.pathlib".
#:tests? #f))
(home-page "https://sourceforge.net/projects/ruamel-yaml/")
(synopsis "YAML 1.2 parser/emitter")
(description
@ -868,7 +865,10 @@ style and key ordering are kept, so you can diff the source.")
(uri (pypi-uri "ruamel.yaml" version))
(sha256
(base32
"0hm9yg785f46bkrgqknd6fdvmkby9dpzjnm0b63qf0i748acaj5v"))))))
"0hm9yg785f46bkrgqknd6fdvmkby9dpzjnm0b63qf0i748acaj5v"))))
(arguments
`(;; TODO: Tests require packaging "ruamel.std.pathlib".
#:tests? #f))))
(define-public python-ruamel.yaml.clib
(package