summaryrefslogtreecommitdiff
path: root/changelogs/fragments/ansible-test-requirements-target.yaml
Commit message (Collapse)AuthorAgeFilesLines
* [stable-2.12] ansible-test - Multiple related backports. (#76136)Matt Clay2021-11-081-0/+3
* [stable-2.12] ansible-test - Fix Python real prefix detection. (cherry picked from commit b4cbe1adcf628981eb2b67f51c9af09e46a39d8a) * ansible-test - Remove duplicate code. (cherry picked from commit b9694ce4fb643d827cab029265f577de04c373b7) * 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). (cherry picked from commit cae7d2a671fea3f5d9a44ab86cdb6e0072aa0ece) * ansible-test - Fix import test on old Pythons. (#76137) (cherry picked from commit cd64e0b070f8630e1dcc021e594ed42ea7afe304) * Skip ansible-test tests on Python 2.6.