mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
31d945f6c5
commit
8ea317bb2b
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue