mirror of https://github.com/ansible/ansible.git
No longer warn about missing pip/python pair.
This warning was intended to help improve test environment configuration. However, it has ended up producing mostly non-actionable warning noise instead. In most situations a missing pip or python should result in test failures. Reporting a missing pip also implies that it should be used by tests, which is not the case. Tests should be invoking pip as a python module with the appropriate python interpreter instead.pull/73401/head
parent
672941fb0d
commit
418b9b781d
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - A warning is no longer emitted when a ``pip*`` or ``python*`` binary is found without a matching couterpart.
|
Loading…
Reference in New Issue