diff options
author | Matt Clay <mclay@redhat.com> | 2021-10-25 16:32:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 16:32:15 -0700 |
commit | cae7d2a671fea3f5d9a44ab86cdb6e0072aa0ece (patch) | |
tree | a88f351c27e02e81a53d20ee9983331ea7d68d5a /changelogs/fragments/ansible-test-sanity-import.yml | |
parent | b9694ce4fb643d827cab029265f577de04c373b7 (diff) | |
download | ansible-cae7d2a671fea3f5d9a44ab86cdb6e0072aa0ece.tar.gz |
Overhaul ansible-test integration tests. (#76111)
* Overhaul ansible-test integration tests.
* ansible-test - Fix import test pyyaml usage.
* ansible-test - Remove unused import.
* ansible-test - Fix traceback when pip is unavailable.
* ansible-test - Fix typo in port forwarding message.
* ansible-test - Fix controller logic in requirements install.
* Fix unit tests in ansible-test integration test.
Unit tests are now run for available Python versions which
provide `virtualenv` (Python 2.x) or `venv` (Python 3.x).
Diffstat (limited to 'changelogs/fragments/ansible-test-sanity-import.yml')
-rw-r--r-- | changelogs/fragments/ansible-test-sanity-import.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-sanity-import.yml b/changelogs/fragments/ansible-test-sanity-import.yml new file mode 100644 index 0000000000..2c46ee0327 --- /dev/null +++ b/changelogs/fragments/ansible-test-sanity-import.yml @@ -0,0 +1,2 @@ +bugfixes: + - ansible-test - Fix installation and usage of ``pyyaml`` requirement for the ``import`` sanity test for collections. |