dragon512 commented on a change in pull request #7305:
URL: https://github.com/apache/trafficserver/pull/7305#discussion_r532750704
##########
File path: tests/bootstrap.py
##########
@@ -178,7 +178,7 @@ def venv_cmds(path):
return [
# first command only needed for rhel and centos systems at this time
extra + " virtualenv --python=python3 {0}".format(path),
- extra + " {0}/bin/pip install pip --upgrade".format(path)
+ extra + " {0}/bin/pip install pip setuptools wheel
--upgrade".format(path)
Review comment:
unclear on why you are adding this. The pip install -upgrade should
dependent packages if needed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]