mirror of https://github.com/ansible/ansible.git
Fix ansible-test PATH handling. (#69407)
(cherry picked from commit f1b3e8364e)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/69999/head
parent
b8808efd26
commit
6280bd7af2
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- ansible-test no longer optimizes setting ``PATH`` by prepending the directory containing the selected Python interpreter when it is named ``python``.
|
||||
This avoids unintentionally making other programs available on ``PATH``, including an already installed version of Ansible.
|
||||
Loading…
Reference in New Issue