Skip to content

Use a portable extension module in smoke tests - #792

Draft
zaniebot wants to merge 1 commit into
mainfrom
zb/fix-smoke-extension-wheel-coverage
Draft

Use a portable extension module in smoke tests#792
zaniebot wants to merge 1 commit into
mainfrom
zb/fix-smoke-extension-wheel-coverage

Conversation

@zaniebot

Copy link
Copy Markdown
Collaborator

The smoke tests cannot install cryptography==50.0.0 on macOS x86_64 or Windows ARM64 with source builds disabled because that release lacks compatible wheels. Use cffi==2.0.0, which provides wheels for the smoke-test platforms, and import _cffi_backend explicitly so the smoke test still exercises a native extension.

Fixes #790.

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.

Smoke tests fail on macOS x86_64 and Windows ARM64 with cryptography 50.0.0

2 participants