diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-11-07 00:57:53 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-11-09 14:20:27 +0100 |
commit | 67c1d628b3600f84d17d124f9a7a0c6f919b1302 (patch) | |
tree | d90e4005a84555b28ed72e60253d77a9009bf0b5 /gnu | |
parent | 9e7939d1807db37360637c2f8d6a8f3354c77e03 (diff) |
gnu: cl-trivial-timeout: Enable tests.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-timeout): Enable tests.
Change-Id: I4428e06362a0569451a871faea2a92dd4c56ac3f
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 0 insertions, 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 @@ and Gopher website hosting.") (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 |