Skip to content

Commit

Permalink
Update test_auto_injection_python.shell
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Dec 30, 2024
1 parent 28c5325 commit 88a9890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/auto/test_auto_injection_python.shell
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88a9890

Please sign in to comment.