bneradt opened a new pull request #8412:
URL: https://github.com/apache/trafficserver/pull/8412


   A handful of our AuTests execute their own Python scripts. Generally
   these just ran with whatever `python3` picked up. This changes those to
   use {sys.executable} which will run those scripts with the same Python
   being used for autest itself rather than some other system Python which
   may not have the required dependencies installed in it. This way any
   requirements for the scripts can be placed in the tests/Pipfile and it
   should be available for those scripts.
   
   
   ---
   ### For Review
   
   The diff looks big, but all this does is change the python3 calls to 
`{sys.executable}` and fix up some other format strings where it seemed 
appropriate for the file.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to