From 88a989023c9beed65318e4f06cccc1494606f3b6 Mon Sep 17 00:00:00 2001 From: Philipp Lengauer <100447901+plengauer@users.noreply.github.com> Date: Mon, 30 Dec 2024 19:35:25 +0100 Subject: [PATCH] Update test_auto_injection_python.shell --- tests/auto/test_auto_injection_python.shell | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/test_auto_injection_python.shell b/tests/auto/test_auto_injection_python.shell index dcb5a4678..5744eab33 100755 --- a/tests/auto/test_auto_injection_python.shell +++ b/tests/auto/test_auto_injection_python.shell @@ -25,7 +25,9 @@ python3 script.py | grep -v -F '"parent_id": null,' | grep -- '/baz' || exit 1 dir=$(mktemp -d) python3 -m venv --system-site-packages "$dir"/venv || exit 1 +set -x . "$dir"/venv/bin/activate +set +x pip install requests echo ' import requests