mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-04 07:21:40 +01:00
14 lines
444 B
Diff
14 lines
444 B
Diff
only x86_64 has prebuilt musl node all others are glibc
|
|
|
|
--- a/tests/nodeenv_test.py
|
|
+++ b/tests/nodeenv_test.py
|
|
@@ -21,7 +21,7 @@
|
|
subprocess.check_call([
|
|
# Enable coverage
|
|
'coverage', 'run', '-p',
|
|
- '-m', 'nodeenv', '--prebuilt', nenv_path,
|
|
+ '-m', 'nodeenv', '--node=system', nenv_path,
|
|
])
|
|
assert os.path.exists(nenv_path)
|
|
activate = pipes.quote(os.path.join(nenv_path, 'bin', 'activate'))
|