guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 44f68623e7aa2df5f9cf0333160601c9ebc7866c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 14:37:39 2026 +0000

    gnu: redeal: Disable missing tests.
    
    * gnu/packages/games.scm (redeal):[arguments] <test-flags>: No tests
    provided.
    
    Change-Id: I564f131a34e01bef441be01f20ff87d00892141f
---
 gnu/packages/games.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 233dc227dd..ec89076f73 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2953,6 +2953,7 @@ features, rewinding, and a strict mode for speedrunning.")
       (build-system pyproject-build-system)
       (arguments
        (list
+        #:tests? #f
         #:phases
         #~(modify-phases %standard-phases
             (add-after 'unpack 'unbundle-dds

Reply via email to