4f51b7d323
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.
5 lines
269 B
YAML
5 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.
|