This commit is contained in:
Reinier Criel 2025-11-05 09:28:57 -08:00
parent 87606def48
commit bded1fe660

View file

@ -96,7 +96,7 @@ describe("E2E: pip coverage", () => {
it(`python3 -m pip install routes through safe-chain`, async () => { it(`python3 -m pip install routes through safe-chain`, async () => {
const shell = await container.openShell("zsh"); const shell = await container.openShell("zsh");
const result = await shell.runCommand("python3 -m pip install requests"); const result = await shell.runCommand("python3 -m pip install --break-system-packages requests");
assert.ok( assert.ok(
result.output.includes("no malware found."), result.output.includes("no malware found."),