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

Commit 54a7228

Browse files
Skip testing pypy-3.7-linux wheels as we don't have openssl 3.x on manylinux2014 (#14802)
1 parent 58d2adc commit 54a7228

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
env:
149149
# Skip testing for platforms which various libraries don't have wheels
150150
# for, and so need extra build deps.
151-
CIBW_TEST_SKIP: pp39-* *i686* *musl* pp37-macosx*
151+
CIBW_TEST_SKIP: pp3{7,9}-* *i686* *musl*
152152
# Fix Rust OOM errors on emulated aarch64: https://github.com/rust-lang/cargo/issues/10583
153153
CARGO_NET_GIT_FETCH_WITH_CLI: true
154154
CIBW_ENVIRONMENT_PASS_LINUX: CARGO_NET_GIT_FETCH_WITH_CLI

changelog.d/14802.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Skip testing built wheels for PyPy 3.7 on Linux x86_64 as we lack new required dependencies in the build environment.

0 commit comments

Comments
 (0)