mirror of https://github.com/ansible/ansible.git
[stable-2.9] Fix ansible-test PYTHONPATH handling.
Running from an installed version of ansible-test now results in tests using a dedicated directory for PYTHONPATH instead of using the site-packages directory where ansible is installed.
This provides consistency with tests running from source, which already used a dedicated directory.
Resolves https://github.com/ansible/ansible/issues/62716
(cherry picked from commit 831e1bf2e0
)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/62951/head
parent
2a68bc0c29
commit
988d369305
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test now properly sets PYTHONPATH for tests when running from an Ansible installation
|
Loading…
Reference in New Issue