Skip to content

Packaging now prefers native linux_* platform tags #11013

Description

@frenzymadness

which makes this test fail:

assert wheel.name == f"extended-0.1-{env.supported_tags[0]}.whl"

with:

>       assert wheel.name == f"extended-0.1-{env.supported_tags[0]}.whl"
E       AssertionError: assert 'extended-0.1...44_x86_64.whl' == 'extended-0.1...ux_x86_64.whl'
E         
E         - extended-0.1-cp315-cp315-linux_x86_64.whl
E         + extended-0.1-cp315-cp315-manylinux_2_44_x86_64.whl
E         ?  

See: https://packaging.pypa.io/en/stable/changelog.html#id1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions