ansible/changelogs/fragments/ansible-test-fix-python-path.yml
Matt Clay 831e1bf2e0 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
2019-09-26 14:02:19 -04:00

3 lines
110 B
YAML

bugfixes:
- ansible-test now properly sets PYTHONPATH for tests when running from an Ansible installation