guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4ce8ead60c7ae97c29532c55a56b81a35f410019
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 29 21:54:58 2025 +0100
gnu: python-pygdbmi: Do not try to run tests.
* gnu/packages/python-xyz.scm (python-pygdbmi): Disable tests.
Change-Id: I76a4f69be8cf97447cda706fa638284a6cffd5ba
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1dfb25e777..9f7aae4f7c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8848,6 +8848,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")