[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67879] [PATCH 04/12] gnu: Disable tests for perl-b-keywords.
From: |
Wilko Meyer |
Subject: |
[bug#67879] [PATCH 04/12] gnu: Disable tests for perl-b-keywords. |
Date: |
Mon, 18 Dec 2023 18:03:04 +0100 |
* gnu/packages/perl.scm (perl-b-keywords): disable tests.
Change-Id: I3e33fe556563b99a493ca77dac66a4bc2ebdeb7b
---
gnu/packages/perl.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 3c9b12d31b..ca2b4605a9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -988,6 +988,9 @@ (define-public perl-b-keywords
(sha256
(base32 "0i2ksp0w9wv1qc22hrdl3k48cww64syhmv8zf6x0kgyd4081hr56"))))
(build-system perl-build-system)
+ ;; TODO: tests currently fail, disabled for now
+ (arguments
+ `(#:tests? #f))
(home-page "https://metacpan.org/release/B-Keywords")
(synopsis "Lists of reserved barewords and symbol names")
(description "@code{B::Keywords} supplies several arrays of exportable
--
2.41.0
- [bug#67879] [PATCH 00/12] Add perl-devel-repl., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 02/12] gnu: Add perl-app-nopaste., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 03/12] gnu: Add perl-b-utils., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 01/12] gnu: Add perl-www-pastebin-pastebincom-create., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 04/12] gnu: Disable tests for perl-b-keywords.,
Wilko Meyer <=
- [bug#67879] [PATCH 05/12] gnu: Add perl-clipboard., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 06/12] gnu: Add perl-data-dump-streamer., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 07/12] gnu: Add perl-lexical-persistence., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 10/12] gnu: Add perl-sys-sigaction., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 09/12] gnu: Add perl-ppi-xs., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 12/12] gnu: Add perl-devel-repl., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 08/12] gnu: Add perl-moosex-object-pluggable., Wilko Meyer, 2023/12/18
- [bug#67879] [PATCH 11/12] gnu: Add perl-module-refresh., Wilko Meyer, 2023/12/18