~ruther/guix-local

ae7ea290b6917f91396adac7944f09fecbabcc9c — Efraim Flashner 11 months ago c789e06
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
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/serialization.scm
M gnu/packages/serialization.scm => gnu/packages/serialization.scm +4 -4
@@ 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