Also for uv and poetry

This commit is contained in:
Reinier Criel 2025-12-05 10:01:55 -08:00
parent 85c4fcc96f
commit fc88120fdc
3 changed files with 7 additions and 4 deletions

View file

@ -15,7 +15,7 @@ describe("E2E: safe-chain CLI python/pip support", () => {
// Note: We do NOT run 'safe-chain setup' here.
// We want to test the 'safe-chain' CLI command directly.
// Clear pip cache before each test to ensure fresh downloads through proxy
// Clear pip cache
const shell = await container.openShell("zsh");
await shell.runCommand("pip3 cache purge");
});