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))
|
(list python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-ruamel.yaml.clib))
|
(list python-ruamel.yaml.clib))
|
||||||
(arguments
|
|
||||||
`(;; TODO: Tests require packaging "ruamel.std.pathlib".
|
|
||||||
#:tests? #f))
|
|
||||||
(home-page "https://sourceforge.net/projects/ruamel-yaml/")
|
(home-page "https://sourceforge.net/projects/ruamel-yaml/")
|
||||||
(synopsis "YAML 1.2 parser/emitter")
|
(synopsis "YAML 1.2 parser/emitter")
|
||||||
(description
|
(description
|
||||||
|
@ -868,7 +865,10 @@ style and key ordering are kept, so you can diff the source.")
|
||||||
(uri (pypi-uri "ruamel.yaml" version))
|
(uri (pypi-uri "ruamel.yaml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hm9yg785f46bkrgqknd6fdvmkby9dpzjnm0b63qf0i748acaj5v"))))))
|
"0hm9yg785f46bkrgqknd6fdvmkby9dpzjnm0b63qf0i748acaj5v"))))
|
||||||
|
(arguments
|
||||||
|
`(;; TODO: Tests require packaging "ruamel.std.pathlib".
|
||||||
|
#:tests? #f))))
|
||||||
|
|
||||||
(define-public python-ruamel.yaml.clib
|
(define-public python-ruamel.yaml.clib
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue