Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Hacky fix to make mac wheels #15019

Merged
merged 4 commits into from
Feb 7, 2023
Merged

Commits on Feb 7, 2023

  1. Skip testing PyPy wheels

    One of the test builds on #15015 failed to install a pp38-* wheel
    because it didn't have access to the openssl headers to build
    `cryptography` from source. We don't run CI against PyPy so I'm going to
    be a meanie and skip testing the wheels. (And I've no idea why 3.8 was
    special in the first place, either.)
    David Robertson committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    56f710e View commit details
    Browse the repository at this point in the history
  2. Hack the name of the wheel so cibw can test it

    I hate hate hate hate hate hate hate hate hate this
    David Robertson committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    212a9e0 View commit details
    Browse the repository at this point in the history
  3. Changelog

    David Robertson committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ff8c22f View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Patrick Cloke <[email protected]>
    David Robertson and clokep authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c1ae188 View commit details
    Browse the repository at this point in the history