diff --git a/build/tools/httpbin.sh b/build/tools/httpbin.sh index 834e7df0fb..8ea0587a7b 100644 --- a/build/tools/httpbin.sh +++ b/build/tools/httpbin.sh @@ -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"