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/lib/ansible_test/_data
Matt Clay a7bc11ce67
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.
5 years ago
..
cli Prepare ansible-test for inclusion in setup.py (#60294) 5 years ago
completion Update Fedora 29 test image 5 years ago
injector Additional ansible-test path fixes. (#60300) 5 years ago
playbooks PowerShell - Added coverage collector (#59009) 5 years ago
pytest/plugins Relocate ansible-test code. (#60147) 5 years ago
requirements bump hcloud version to 1.4.1 (#62097) 5 years ago
sanity Fix paths in sanity tests. 5 years ago
setup Support windows-integration on collections. (#60984) 5 years ago
ansible.cfg Update ansible-test integration config handling. (#60448) 5 years ago
coveragerc Move ansible-test coverage config to test/lib/ 5 years ago
inventory Update ansible-test collection inventory handling. (#61031) 5 years ago
pytest.ini Relocate ansible-test code. (#60147) 5 years ago
tox.ini Relocate ansible-test code. (#60147) 5 years ago
versions.py Relocate ansible-test code. (#60147) 5 years ago
virtualenvcheck.py Work around virtualenv/venv issue in ansible-test. (#62111) 5 years ago
yamlcheck.py Relocate ansible-test code. (#60147) 5 years ago