Skip to content

Commit de0cbd0

Browse files
committed
Revert "fix(tests): disable uv testing on ppc64le"
This reverts commit deca00d.
1 parent 9ac04ee commit de0cbd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/run_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ pipx run nox --version
123123
pipx install --pip-args='--no-python-version-warning --no-input' nox
124124
nox --version
125125
tar --version | grep "GNU tar"
126-
if [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ] && [ "${AUDITWHEEL_ARCH}" != "ppc64le" ]; then
126+
if [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ]; then
127127
# no uv on musllinux s390x
128-
# FIXME, ppc64le test fails on Travis CI but works with qemu
129128
uv version
130129
mkdir /tmp/uv-test
131130
pushd /tmp/uv-test

0 commit comments

Comments
 (0)