From bae8f983e00d9a2756c9dd630feadd1dce126899 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 1 Nov 2025 21:39:10 -0700 Subject: [PATCH] Attempt to fix broken build (rpds module not found error). --- scripts/run-full-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-full-tests b/scripts/run-full-tests index 7bf172a7..196553b4 100755 --- a/scripts/run-full-tests +++ b/scripts/run-full-tests @@ -18,8 +18,8 @@ if [ -z "$TEST_CONTAINER" ]; then fi apk add --no-cache python3 py3-pip borgbackup postgresql17-client mariadb-client mongodb-tools \ - py3-mongo py3-regex py3-ruamel.yaml py3-ruamel.yaml.clib py3-tox py3-yaml ruff sqlite uv bash \ - fish + py3-mongo py3-regex py3-rpds-py-pyc py3-ruamel.yaml py3-ruamel.yaml.clib py3-tox py3-yaml \ + ruff sqlite uv bash fish export SHELL=/bin/bash export PATH="/root/.local/bin:$PATH" uv tool install tox --with tox-uv