Skip to content

Remove unneeded zlib dependency in zipfile tests #151866

@danny0838

Description

@danny0838

Feature or enhancement

Proposal:

create_zipfile_with_extra_data only calls crc32 and does not actually require the decompression method provided by zlib. Use zipfile.crc32 rather than zlib.crc32 to allow the test to run on platforms without zlib support.

Links to previous discussion of this feature:

#135631

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-featureA feature request or enhancement
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions