Show pip version used for installing httpbin in the logs

This commit is contained in:
Vadim Zeitlin
2021-04-04 01:45:01 +02:00
parent 5498668514
commit 21c97d155a

View File

@@ -47,6 +47,8 @@ httpbin_launch() {
;;
esac
echo "Installing using `python$PY3 -m pip --version`"
python$PY3 -m pip install $pip_decorator_arg httpbin --user $pip_options
python$PY3 -m httpbin.core 2>&1 >httpbin.log &
WX_TEST_WEBREQUEST_URL="http://localhost:5000"