summaryrefslogtreecommitdiff
path: root/changelogs/fragments/ansible-test-sanity-requirements-update.yml
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-02-22 11:50:19 -0800
committerGitHub <noreply@github.com>2022-02-22 11:50:19 -0800
commit7df9c1bc919f324c38f63ecc5e3fa46b62e73395 (patch)
treedaf9ece3ff74917a0d24796c92f4ae5962d21f6c /changelogs/fragments/ansible-test-sanity-requirements-update.yml
parent972bcfe7eb995fc0d6b6446b30f39841b50ada6f (diff)
downloadansible-7df9c1bc919f324c38f63ecc5e3fa46b62e73395.tar.gz
[stable-2.12] ansible-test - Managed venv fixes. (#77100)
* ansible-test - Remove cap on cryptography version. (cherry picked from commit 00a2b7788e0ef7067dc58c9a13659376e38cd352) * ansible-test - Fix consistency of managed venvs. (#77028) (cherry picked from commit 68fb3bf90efa3a722ba5ab7d66b1b22adc73198c) * 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 177336a9d33a395cf77098a65f59e0fc449ecaad) * ansible-test - Clean up venv code. (cherry picked from commit addb9baec20fcede2a2494069c01c73b3d2e4fc9) * 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
Diffstat (limited to 'changelogs/fragments/ansible-test-sanity-requirements-update.yml')
-rw-r--r--changelogs/fragments/ansible-test-sanity-requirements-update.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-sanity-requirements-update.yml b/changelogs/fragments/ansible-test-sanity-requirements-update.yml
new file mode 100644
index 0000000000..5dff4a9c4f
--- /dev/null
+++ b/changelogs/fragments/ansible-test-sanity-requirements-update.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - ansible-test - Requirements for the plugin import test are now frozen.