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/_internal
Matt Clay 7df9c1bc91
[stable-2.12] ansible-test - Managed venv fixes. (#77100)
* ansible-test - Remove cap on cryptography version.

(cherry picked from commit 00a2b7788e)

* ansible-test - Fix consistency of managed venvs. (#77028)

(cherry picked from commit 68fb3bf90e)

* Avoid system-site-packages in AZP coverage venvs.

The use of `--venv-system-site-packages` was an optimization to use the `coverage` package pre-installed in the AZP test container.
However, now that the venv is bootstrapped by ansible-test that optimization no longer makes sense, since other downloads are already taking place.

(cherry picked from commit 177336a9d3)

* ansible-test - Clean up venv code.

(cherry picked from commit addb9baec2)

* Adjust virtualenv version for Python 2.6.

* Adjust bootstrap URL to work with Python 2.6.

* Enable PyPI proxy for generic tests.

This is needed to support ansible-test integration tests on Python 2.6.

* Freeze plugin import sanity test requirements.

Based on https://github.com/ansible/ansible/pull/76308
4 years ago
..
ci ansible-test - split controller/target testing (#75605) 4 years ago
classification ansible-test - More PEP 484 type hints. 4 years ago
cli [stable-2.12] ansible-test - Defer loading of completion entries. (#76852) 4 years ago
commands [stable-2.12] ansible-test - Managed venv fixes. (#77100) 4 years ago
compat ansible-test - split controller/target testing (#75605) 4 years ago
provider ansible-test - More PEP 484 type hints. 4 years ago
__init__.py ansible-test - Add `--prime-containers` option. 4 years ago
ansible_util.py ansible-test - Code cleanup. (#75774) 4 years ago
become.py ansible-test - split controller/target testing (#75605) 4 years ago
bootstrap.py ansible-test - Create injector scripts at runtime. (#75761) 4 years ago
cache.py ansible-test - split controller/target testing (#75605) 4 years ago
completion.py [stable-2.12] ansible-test - Defer loading of completion entries. (#76852) 4 years ago
config.py ansible-test - Code cleanup. (#75774) 4 years ago
connections.py ansible-test - More PEP 484 type hints. 4 years ago
constants.py [stable-2.12] ansible-test - Move constants to remove symlink. 4 years ago
containers.py [stable-2.12] ansible-test - Multiple related backports. (#76136) 4 years ago
content_config.py ansible-test - split controller/target testing (#75605) 4 years ago
core_ci.py ansible-test - More PEP 484 type hints. 4 years ago
coverage_util.py ansible-test - split controller/target testing (#75605) 4 years ago
data.py ansible-test - split controller/target testing (#75605) 4 years ago
delegation.py [stable-2.12] ansible-test - Fix delegation from install. 4 years ago
diff.py ansible-test - More PEP 484 type hints. 4 years ago
docker_util.py ansible-test - More PEP 484 type hints. 4 years ago
encoding.py ansible-test - split controller/target testing (#75605) 4 years ago
executor.py ansible-test - split controller/target testing (#75605) 4 years ago
git.py ansible-test - More PEP 484 type hints. 4 years ago
host_configs.py [stable-2.12] ansible-test - Defer loading of completion entries. (#76852) 4 years ago
host_profiles.py [stable-2.12] ansible-test - Managed venv fixes. (#77100) 4 years ago
http.py ansible-test - More PEP 484 type hints. 4 years ago
init.py ansible-test - split controller/target testing (#75605) 4 years ago
inventory.py [stable-2.12] ansible-test - Fix inventory generation. 4 years ago
io.py ansible-test - split controller/target testing (#75605) 4 years ago
junit_xml.py ansible-test - split controller/target testing (#75605) 4 years ago
metadata.py ansible-test - Code cleanup. (#75774) 4 years ago
payload.py ansible-test - Create injector scripts at runtime. (#75761) 4 years ago
provisioning.py ansible-test - Add `--prime-containers` option. 4 years ago
pypi_proxy.py ansible-test - split controller/target testing (#75605) 4 years ago
python_requirements.py [stable-2.12] ansible-test - Managed venv fixes. (#77100) 4 years ago
ssh.py ansible-test - split controller/target testing (#75605) 4 years ago
target.py ansible-test - More PEP 484 type hints. 4 years ago
test.py [stable-2.12] ansible-test - Use ansible-core for docs links. 4 years ago
thread.py ansible-test - Code cleanup. (#75774) 4 years ago
timeout.py ansible-test - split controller/target testing (#75605) 4 years ago
util.py ansible-test - More PEP 484 type hints. 4 years ago
util_common.py ansible-test - More PEP 484 type hints. 4 years ago
venv.py [stable-2.12] ansible-test - Managed venv fixes. (#77100) 4 years ago