guix-patches
[Top][All Lists]
Advanced

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

[bug#66977] [PATCH 09/16] gnu: cl-trivial-timeout: Enable tests.


From: Sharlatan Hellseher
Subject: [bug#66977] [PATCH 09/16] gnu: cl-trivial-timeout: Enable tests.
Date: Tue, 7 Nov 2023 00:57:53 +0000

* gnu/packages/lisp-xyz.scm (sbcl-trivial-timeout): Enable tests.

Change-Id: I4428e06362a0569451a871faea2a92dd4c56ac3f
---
 gnu/packages/lisp-xyz.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6e3593b9bb..f13eea5c1d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1264,10 +1264,6 @@ (define-public sbcl-trivial-timeout
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-lift))
-      (arguments
-       ;; NOTE: (Sharlatan-20210202T231437+0000): Due to the age of this 
library
-       ;; tests use some deprecated functionality and keep failing.
-       `(#:tests? #f))
       (home-page "https://github.com/hraban/trivial-timeout";)
       (synopsis "Timeout library for Common Lisp")
       (description
-- 
2.41.0






reply via email to

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