Skip to content

tests fail on alpine linux #267

@a16bitsysop

Description

@a16bitsysop

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions