ansible/test/integration/targets/pip
Strahinja Kustudic b89b688d52 Fix pip idempotence in check mode
PIP package names must be case insensitive, and must consider hyphens
and underscores to be equivalent
(https://www.python.org/dev/peps/pep-0426/#name), because of this the
module didn't work correctly in check mode. For example if the passed
package name had a different case or an underscore instead of a hyphen
(or the other way around) compared to the installed package, check mode
reported as changed, even though packages were installed. Now the module
ignores case and hyphens/underscores in package names, so check mode
works correctly.
2018-11-08 17:09:34 -08:00
..
files pip: combine chdir and env only when env is set (#40793) 2018-08-13 19:59:01 +02:00
meta
tasks Fix pip idempotence in check mode 2018-11-08 17:09:34 -08:00
vars Allow version specifiers for pip install (#41792) 2018-08-17 11:46:53 -04:00
aliases Update Shippable integration test groups. (#43118) 2018-07-23 20:46:22 -07:00