I am trying to write an APKBUILD file for nodeenv but the tests fail on all architectures apart from aarch64:
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/11255
The error for x86_64 is about a url being wrong:
E AssertionError: expected call not found.
E Expected: urlopen('https://nodejs.org/download/release/index.json')
E Actual: urlopen('https://unofficial-builds.nodejs.org/download/release/index.json')
/usr/lib/python3.8/site-packages/mock/mock.py:913: AssertionError
The other plattforms have a key_error eg:
KeyError: 'armv8l'
Apart from x86 which is:
urllib.error.HTTPError: HTTP Error 404: Not Found
I am trying to write an APKBUILD file for nodeenv but the tests fail on all architectures apart from aarch64:
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/11255
The error for x86_64 is about a url being wrong:
The other plattforms have a key_error eg:
KeyError: 'armv8l'Apart from x86 which is:
urllib.error.HTTPError: HTTP Error 404: Not Found