ansible/test/lib/ansible_test
Matt Clay d9d8d55861 [stable-2.9] Work around virtualenv/venv issue in ansible-test. (#62111)
Creating a virtual environment using `venv` when running in a virtual environment created by `virtualenv` results in a copy of the original virtual environment instead of creation of a new one.

To work around this, `ansible-test` now identifies when it is running in a `virtualenv` created virtual environment and uses the real Python interpreter to create the `venv` virtual environment.
(cherry picked from commit a7bc11c)

Co-authored-by: Matt Clay <matt@mystile.com>
2019-09-11 12:06:45 -07:00
..
_data [stable-2.9] Work around virtualenv/venv issue in ansible-test. (#62111) 2019-09-11 12:06:45 -07:00
_internal [stable-2.9] Work around virtualenv/venv issue in ansible-test. (#62111) 2019-09-11 12:06:45 -07:00
config Clean up ansible-test inventory templates. (#60321) 2019-08-09 11:06:21 -07:00
__init__.py