You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules
Matt Clay de01db08d0
pip - Use pip from the current Python interpreter. (#75634)
* pip - Use pip from the current Python interpreter.

If `executable` and `virtualenv` were not specified, and
the `pip` Python module is available for the current interpreter,
use that `pip` module instead of searching for a `pip` command.

* Add comment about needing `__main__` to run `pip`.

* Fix unit test.

* Add porting guide entry.

* Update changelog to match porting guide description.

ci_complete
3 years ago
..
__init__.py
conftest.py
test_apt.py
test_apt_key.py modules moved to use best_parsable_locale (#75250) 3 years ago
test_async_wrapper.py
test_copy.py
test_hostname.py
test_iptables.py
test_known_hosts.py
test_pip.py pip - Use pip from the current Python interpreter. (#75634) 3 years ago
test_service.py get_distribution - Return distribution for all platforms (#71641) 3 years ago
test_service_facts.py
test_systemd.py
test_unarchive.py
test_yum.py yum: fix parsing of check-update with subsequent empty lines (#75452) 3 years ago
utils.py