diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-09-26 01:13:12 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-09-26 02:06:11 +0800 |
| commit | 896872cba8785f1e37b48ab373df1e3139a76b87 (patch) | |
| tree | 3ca39b96a1089baad06ffced01e6781495a11f99 /gnu/packages/python-xyz.scm | |
| parent | ace78713a9ee7abfdd19e2f009c3fb606b797160 (diff) | |
gnu: python-mpv-jsonipc: Disable tests explicitly.
* gnu/packages/python-xyz.scm (python-mpv-jsonipc) [arguments] <#:tests?>:
Disable.
Change-Id: I921848852c7963951092e9beee0c630d954320b7
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 23fa9c21f7..131192652a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29198,6 +29198,7 @@ submitting it.") (sha256 (base32 "0ymdwrx544a6gn6wm9dixpgzbfrbpxvcj5ys7m41cgb4lvpvx691")))) (build-system pyproject-build-system) + (arguments (list #:tests? #f)) ;No test suite. (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/iwalton3/python-mpv-jsonipc") (synopsis "Python API to control MPV using JSON IPC") |
