~ruther/guix-local

8ea317bb2b874b89273d9d6a76b0ab4fc41337d9 — Sharlatan Hellseher 11 months ago 31d945f
gnu: python-pygdbmi: Do not try to run tests.

* gnu/packages/python-xyz.scm (python-pygdbmi): Disable tests.

Change-Id: I76a4f69be8cf97447cda706fa638284a6cffd5ba
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -0
@@ 8826,6 8826,7 @@ format.")
       (sha256
        (base32 "1c0z4snkjiyl1iq4m1k6liwg0b4pdv2as4bfyvcm0mpjzki6na3s"))))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f)) ;no tests in PyPI archive
    (native-inputs (list python-setuptools python-wheel))
    (home-page "https://github.com/cs01/pygdbmi")
    (synopsis "Parse gdb machine interface output with Python")