Files
community.general/test/integration/targets
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>
2018-08-13 19:59:01 +02:00
..
2018-07-27 15:45:18 -04:00
2018-07-10 09:03:04 -04:00
2018-06-04 07:32:23 -04:00
2018-06-05 07:37:24 -04:00
2018-06-28 10:11:45 +05:30
2018-07-27 22:10:39 +05:30
2018-05-03 09:59:36 -04:00