gnu: python-pygdbmi: Do not try to run tests.

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

Change-Id: I76a4f69be8cf97447cda706fa638284a6cffd5ba
This commit is contained in:
Sharlatan Hellseher 2025-07-29 21:54:58 +01:00
parent 31d945f6c5
commit 8ea317bb2b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")