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/integration/targets/pip
David Moreau Simard 828e33f419 Do not consider an empty version string as a version (#41044)
When using an empty string as the version argument, the module would
before attempt to run something akin to:

    pip install module==""

This changes the behavior to:

    pip install module

Fixes #41043
6 years ago
..
meta Fix cosmetic problems in YAML source 8 years ago
tasks Do not consider an empty version string as a version (#41044) 6 years ago
vars Fix pip integration test. 7 years ago
aliases Initial ansible-test implementation. (#18556) 8 years ago