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
Till Maas bb85bbceeb pip: combine chdir and env only when env is set (#40793)
* pip: combine chdir and env only when env is set

This fixes an AttributeError when chdir without virtualenv is specified:

 File "/tmp/ansible_2UAFsZ/ansible_module_pip.py", line 387, in main
    env = os.path.join(chdir, env)
 File "/usr/lib64/python2.7/posixpath.py", line 75, in join
    if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'

* Add test for pip with chdir

Signed-off-by: Till Maas <opensource@till.name>
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration pip: combine chdir and env only when env is set (#40793) 7 years ago
legacy vultr: rename prefix vr_to vultr_ (#43994) 7 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner cloudstack: update cloudstack-test-container to v1.1.0 7 years ago
sanity vultr: rename prefix vr_to vultr_ (#43994) 7 years ago
units new nos_command module (#43056) 7 years ago
utils Update Shippable integration test groups. (#43118) 8 years ago