Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't attempt to test CPython 3.8 wheels on Apple Silicon. #1171

Merged
merged 1 commit into from Jul 14, 2022

Conversation

joerick
Copy link
Contributor

@joerick joerick commented Jul 11, 2022

I've added a warning for users, so they know that it doesn't get tested.
See discussion in #1169 for the reason why.

Fixes #1168, fixes #1169

I've added a warning for users, so they know that it doesn't get tested.
See discussion in #1169 for the reason why.

Fixes #1168, fixes #1169
@joerick
Copy link
Contributor Author

joerick commented Jul 11, 2022

I've verified the test passes on my local M1-

$ CIBW_PLATFORM=macos pytest test/test_macos_archs.py -k test_cp38_arm64_testing
============================= test session starts ==============================
platform darwin -- Python 3.11.0b3, pytest-7.1.2, pluggy-1.0.0
rootdir: /Users/joerick/Projects/cibuildwheel, configfile: pyproject.toml
plugins: xdist-2.5.0, forked-1.4.0, timeout-2.1.0
collected 6 items / 5 deselected / 1 selected                                  

test/test_macos_archs.py .                                               [100%]

======================= 1 passed, 5 deselected in 31.37s =======================

@mayeut mayeut merged commit 5780092 into main Jul 14, 2022
@mayeut mayeut deleted the macos3.8-arm64-testing branch July 14, 2022 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants