[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59188] [PATCH v3 01/16] gnu: node-acorn: Disable tests.
From: |
jlicht |
Subject: |
[bug#59188] [PATCH v3 01/16] gnu: node-acorn: Disable tests. |
Date: |
Wed, 8 Feb 2023 22:05:16 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/node-xyz.scm (node-acorn): Explicitly disable tests.
---
gnu/packages/node-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index a1e89f1759..51ea110e8c 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -46,7 +46,8 @@ (define-public node-acorn
(base32 "068h5gysz8bbslq31dva8f223rdf8l7w6nxcxjnv4zdprwkzkhaa"))))
(build-system node-build-system)
(arguments
- '(#:phases
+ '(#:tests? #f
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'change-directory
(lambda _
--
2.39.1
- [bug#59188] [PATCH v3 00/16] Updating node-lts to 18.X, jlicht, 2023/02/08
- [bug#59188] [PATCH v3 02/16] gnu: node-acorn: Remove lifecycle script., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 01/16] gnu: node-acorn: Disable tests.,
jlicht <=
- [bug#59188] [PATCH v3 05/16] gnu: node-crx3: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 03/16] gnu: node-acorn: Fix broken transpilation., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 07/16] gnu: node-pbf: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 09/16] gnu: node-resolve-protobuf-schema: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 10/16] gnu: node-ieee754: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 11/16] gnu: node-yazl: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 06/16] gnu: node-minimist: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 08/16] gnu: node-protocol-buffers-schema: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 15/16] gnu: node-lts: Update to 18.14.0., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 04/16] gnu: node-buffer-crc32: Ignore development dependencies., jlicht, 2023/02/08