Skip to content

Commit

Permalink
test: add minimal test for uv
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 2, 2024
1 parent 7c7239e commit 947dd0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ pipx run nox --version
pipx install --pip-args='--no-python-version-warning --no-input' nox
nox --version
tar --version | grep "GNU tar"
if [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ]; then
# no uv on musllinux s390x
uv version
mkdir /tmp/uv-test
pushd /tmp/uv-test
uv venv --python python3.12
uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt
popd
fi

# check libcrypt.so.1 can be loaded by some system packages,
# as LD_LIBRARY_PATH might not be enough.
Expand Down

0 comments on commit 947dd0f

Please sign in to comment.