[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59188] [PATCH v7 02/20] gnu: node-acorn: Disable tests.
From: |
jlicht |
Subject: |
[bug#59188] [PATCH v7 02/20] gnu: node-acorn: Disable tests. |
Date: |
Mon, 17 Apr 2023 16:51:04 +0200 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/node-xyz.scm (node-acorn): Explicitly disable tests.
---
(no changes since v1)
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 991113c05b..e89117beca 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.2
- [bug#59188] [PATCH v7 00/20] Updating node-lts to 18.X, jlicht, 2023/04/17
- [bug#59188] [PATCH v7 02/20] gnu: node-acorn: Disable tests.,
jlicht <=
- [bug#59188] [PATCH v7 01/20] build-system: node: Use `--install-links' with `npm install'., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 03/20] gnu: node-acorn: Remove lifecycle script., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 13/20] gnu: node-uglify-js: Update to 3.14.2., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 04/20] gnu: node-acorn: Fix broken transpilation., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 06/20] gnu: node-crx3: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 11/20] gnu: node-ieee754: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 08/20] gnu: node-pbf: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 09/20] gnu: node-protocol-buffers-schema: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 10/20] gnu: node-resolve-protobuf-schema: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 17/20] gnu: libuv-for-node: Update to 1.44.2., jlicht, 2023/04/17