mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c789e066fd
commit
ae7ea290b6
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue