Sfoglia il codice sorgente

Hopefully fix end-to-end tests broken due to uv changes.

Dan Helfman 2 settimane fa
parent
commit
5439e616f8
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 1
      docs/how-to/develop-on-borgmatic.md
  2. 2 0
      scripts/run-full-tests

+ 1 - 1
docs/how-to/develop-on-borgmatic.md

@@ -30,7 +30,7 @@ changes work:
 
 ```bash
 cd borgmatic
-uv tool ensurepath
+uv tool update-shell
 uv tool install --editable .
 ```
 

+ 2 - 0
scripts/run-full-tests

@@ -20,6 +20,8 @@ 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
+export SHELL=/bin/bash
+export PATH="/root/.local/bin:$PATH"
 uv tool install tox --with tox-uv
 export COVERAGE_FILE=/tmp/.coverage