ansible/test
Strahinja Kustudic f027f44ce4 [stable-2.7] 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.
(cherry picked from commit b89b688)

Co-authored-by: Strahinja Kustudic <kustodian@gmail.com>
2018-11-11 10:14:35 -08:00
..
cache
integration [stable-2.7] Fix pip idempotence in check mode 2018-11-11 10:14:35 -08:00
legacy vultr: fix for API returned unexpected empty list (#48036) 2018-11-08 17:13:56 -08:00
results
runner ACME: add support for POST-as-GET if GET fails with 405. (#44988) 2018-11-05 09:31:05 -08:00
sanity adds stub API docs in a single file (#46663) 2018-11-05 15:10:52 -08:00
units yum also parse obsolete package output (#45365) 2018-11-09 10:03:58 -08:00
utils Use 4 nodes for sanity tests in CI. 2018-11-01 11:39:24 -07:00