[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/22: gnu: sbcl-cl-reexport: Remove obsolete test workaround.
From: |
guix-commits |
Subject: |
06/22: gnu: sbcl-cl-reexport: 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 7f352340020b3064d4f7727fa8133e95e2a50ecd
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 4 19:03:48 2022 +0200
gnu: sbcl-cl-reexport: Remove obsolete test workaround.
* gnu/packages/lisp-xyz.scm (sbcl-cl-reexport)[arguments]: Remove.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/lisp-xyz.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c1812723f9..5591dfb688 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6033,11 +6033,6 @@ XSD type library.")
(list sbcl-alexandria))
(native-inputs
(list sbcl-prove))
- (arguments
- ;; FIXME: Test fails with the following, why?
- ;; Component "cl-reexport-test" not found, required by
- ;; #<SYSTEM "cl-reexport-test">
- `(#:tests? #f))
(synopsis "Reexport external symbols in other Common Lisp packages")
(description
"Cl-reexport makes a package reexport symbols which are external
- 14/22: gnu: sbcl-hdf5-cffi: Enable tests., (continued)
- 14/22: gnu: sbcl-hdf5-cffi: Enable tests., guix-commits, 2022/08/03
- 03/22: gnu: sbcl-cl-gamepad: Remove asdf:compile-system workaround., guix-commits, 2022/08/03
- 05/22: gnu: sbcl-quri: Remove obsolete test workaround., guix-commits, 2022/08/03
- 08/22: gnu: sbcl-jonathan: Fix tests., guix-commits, 2022/08/03
- 13/22: gnu: sbcl-vas-string-metrics: Re-enable tests., guix-commits, 2022/08/03
- 12/22: gnu: sbcl-cl-heap: Re-enable tests., guix-commits, 2022/08/03
- 15/22: gnu: Add cl-mw-equiv., guix-commits, 2022/08/03
- 16/22: gnu: sbcl-quantile-estimator: Enable tests., guix-commits, 2022/08/03
- 02/22: build-system: asdf: Let ASDF locate the .asd files., guix-commits, 2022/08/03
- 10/22: gnu: sbcl-spatial-trees: Build spatial-trees.nss and fix tests., guix-commits, 2022/08/03
- 06/22: gnu: sbcl-cl-reexport: Remove obsolete test workaround.,
guix-commits <=
- 11/22: gnu: sbcl-lisp-namespace: Enable tests., guix-commits, 2022/08/03
- 07/22: gnu: Add cl-legion., guix-commits, 2022/08/03
- 17/22: gnu: sbcl-cl-online-learning: Remove unnecessary arguments., guix-commits, 2022/08/03
- 18/22: gnu: sbcl-jzon: Enable tests., guix-commits, 2022/08/03
- 21/22: gnu: sbcl-glop: Remove obsolete test-asd-file parameter., guix-commits, 2022/08/03
- 20/22: gnu: sbcl-stumpwm-kbd-layouts: Fix build., guix-commits, 2022/08/03
- 09/22: gnu: sbcl-cl-irc: Fix tests., guix-commits, 2022/08/03
- 01/22: guix: build: Switch from asdf:compile-system to asdf:load-system., guix-commits, 2022/08/03
- 19/22: build-system: asdf: Add asd-operation parameter., guix-commits, 2022/08/03
- 22/22: gnu: ecl-legion: Disable tests., guix-commits, 2022/08/03