Skip to content

Commit 266e51a

Browse files
committed
Revert "fix(tests): disable uv testing on ppc64le"
This reverts commit deca00d.
1 parent 12314b7 commit 266e51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ for PYTHON in /opt/python/*/bin/python; do
100100
echo "invalid answer, expecting 42"
101101
exit 1
102102
fi
103-
if [ "${PYVERS}" != "3.6" ] && [ "${PYVERS}" != "3.7" ] && [ "${IMPLEMENTATION}" != "graalpy" ] && [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ] && [ "${AUDITWHEEL_ARCH}" != "ppc64le" ]; then
103+
if [ "${PYVERS}" != "3.6" ] && [ "${PYVERS}" != "3.7" ] && [ "${IMPLEMENTATION}" != "graalpy" ] && [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ]; then
104104
# no uv on musllinux s390x
105105
# FIXME, ppc64le test fails on Travis CI but works with qemu
106106
UV_PYTHON=/tmp/uv-test-${IMPLEMENTATION}${PYVERS}/bin/python

0 commit comments

Comments
 (0)