Skip to content

Commit c208991

Browse files
authored
test: use venv in w3c trace context test script (#5071)
1 parent 7ed67f9 commit c208991

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/tracecontext-integration-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ mkdir -p target
88
rm -rf ./target/trace-context
99
git clone https://github.com/w3c/trace-context ./target/trace-context
1010
cd ./target/trace-context && git checkout $TRACECONTEXT_GIT_TAG && cd -
11+
python3 -m venv ./.venv
12+
source ./.venv/bin/activate
1113
pip3 install setuptools;
1214
pip3 install aiohttp;
1315
node ./integration-tests/propagation-validation-server/validation-server.js 1>&2 &

0 commit comments

Comments
 (0)