mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-25 03:30:30 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user