guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 717ffde9106f29b0a01d8f4eaf9f5238abd6a4ef
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Oct 13 00:46:54 2025 +0100
gnu: python-keystone-engine: Disable missing tests.
* gnu/packages/emulators.scm (python-keystone-engine)[arguments]
<tests?>: No tests in PyPI archive.
Change-Id: I8df9adca554d6d77f1211a2f576699136e4f0e2e
---
gnu/packages/emulators.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 8fd720b48f..ddb7c9c3ff 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -4651,6 +4651,8 @@ device contains a @code{exec} port to interface with the
host system.")
(sha256
(base32 "1xahdr6bh3dw5swrc2r8kqa8ljhqlb7k2kxv5mrw5rhcmcnzcyig"))))
(build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ;no tests in PyPI archive
(native-inputs
(list cmake-minimal
python-setuptools