ansible/changelogs/fragments/ansible-test-remove-tox-option.yml
Matt Clay 4f51b7d323 Remove ansible-test --tox delegation option.
Use the --venv option instead.

This option was only available when running from source to test the ansible/ansible repository.

This will have no effect on testing collections or running from an installed version of Ansible.

Also update docs to reference the --venv option instead of the --tox option.
2019-11-14 17:18:00 -08:00

6 lines
269 B
YAML

minor_changes:
- ansible-test no longer provides a ``--tox`` option.
Use the ``--venv`` option instead.
This only affects testing the Ansible source.
The feature was never available for Ansible Collections or when running from an Ansible install.