guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/22: gnu: sbcl-quri: Remove obsolete test workaround.


From: guix-commits
Subject: 05/22: gnu: sbcl-quri: Remove obsolete test workaround.
Date: Wed, 3 Aug 2022 10:48:01 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit f3e71d7b8ec01d9ce778963e32255c07aca428f9
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Aug 3 11:02:36 2022 +0200

    gnu: sbcl-quri: Remove obsolete test workaround.
    
    * gnu/packages/lisp-xyz.scm (sbcl-quri)[arguments]: Remove.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2fab55af13..c1812723f9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4507,12 +4507,6 @@ addition, removal, and random selection.")
        (sha256
         (base32 "1wrrhbj3r4lph5y3hhfbv4g2pvg24hbgl06irq9lyiycy3bgai4w"))))
     (build-system asdf-build-system/sbcl)
-    (arguments
-     ;; Test system must be loaded before, otherwise tests fail with:
-     ;; Component QURI-ASD::QURI-TEST not found, required by #<SYSTEM
-     ;; "quri">.
-     '(#:asd-systems '("quri-test"
-                       "quri")))
     (native-inputs (list sbcl-prove))
     (inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities
                   sbcl-alexandria))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]