diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-29 21:54:58 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:18 +0100 |
| commit | 8ea317bb2b874b89273d9d6a76b0ab4fc41337d9 (patch) | |
| tree | 9f73596f63682a70d975e732c28ff8f6669d6cf7 /gnu/packages/python-xyz.scm | |
| parent | 31d945f6c55768cf6bcb9de19d51d2c2fd369a35 (diff) | |
gnu: python-pygdbmi: Do not try to run tests.
* gnu/packages/python-xyz.scm (python-pygdbmi): Disable tests.
Change-Id: I76a4f69be8cf97447cda706fa638284a6cffd5ba
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 772c902a99..514e624ca8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
