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