Skip to content

Commit 4b799ce

Browse files
committed
Don't pre-install PyPy 3.9
1 parent 1677893 commit 4b799ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ RUN --mount=type=bind,target=/build_cpython36,from=build_cpython36 \
159159
mkdir -p /opt/_internal && \
160160
cp -rf /build_cpython*/opt/_internal/* /opt/_internal/ && \
161161
manylinux-entrypoint /opt/_internal/build_scripts/finalize.sh \
162-
pp39-pypy39_pp73 \
163162
pp310-pypy310_pp73
164163

165164
ENV SSL_CERT_FILE=/opt/_internal/certs.pem

tests/run_tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ if [ "${AUDITWHEEL_POLICY:0:10}" == "musllinux_" ]; then
1111
EXPECTED_PYTHON_COUNT_ALL=9
1212
else
1313
if [ "${AUDITWHEEL_ARCH}" == "x86_64" ] || [ "${AUDITWHEEL_ARCH}" == "aarch64" ]; then
14-
EXPECTED_PYTHON_COUNT=11
14+
EXPECTED_PYTHON_COUNT=10
1515
EXPECTED_PYTHON_COUNT_ALL=14
1616
elif [ "${AUDITWHEEL_ARCH}" == "i686" ]; then
17-
EXPECTED_PYTHON_COUNT=11
17+
EXPECTED_PYTHON_COUNT=10
1818
EXPECTED_PYTHON_COUNT_ALL=13
1919
else
2020
EXPECTED_PYTHON_COUNT=9

0 commit comments

Comments
 (0)