~ruther/guix-local

6d2d50e8cba2636c3838eba240439d1eb6406d87 — Nicolas Graves 2 months ago 88c1ecf
gnu: python-restructuredtext-lint: Remove python-nose native-inputs.

* gnu/packages/python-xyz.scm (python-restructuredtext-lint)
[arguments]<#:test-backend>: Switch to unittest.
[native-inputs]: Remove python-nose.

Change-Id: I1d59f2012ff939b5856c3cc482d40391f0d2fb5e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 9131,9 9131,9 @@ decorator for retrying on exceptions.")
       (sha256
        (base32 "19ncbmnq2rnkqxhc9wf0q9whji34iyfv1pz6z61vnv4qhhdrn33v"))))
    (build-system pyproject-build-system)
    (arguments (list #:test-backend #~'nose))
    (arguments (list #:test-backend #~'unittest))
    (propagated-inputs (list python-docutils))
    (native-inputs (list python-nose python-setuptools))
    (native-inputs (list python-setuptools))
    (home-page "https://github.com/twolfson/restructuredtext-lint")
    (synopsis "Linter")
    (description