You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/ansible-test-sanity-scope.yml

8 lines
599 B
YAML

minor_changes:
- ansible-test - The ``replace-urlopen`` sanity test is now limited to plugins in collections.
Previously any Python file in a collection was checked for ``urlopen`` usage.
- ansible-test - The ``use-compat-six`` sanity test is now limited to plugins in collections.
Previously any Python file in a collection was checked for ``six`` usage.
- ansible-test - The ``no-get-exception`` sanity test is now limited to plugins in collections.
Previously any Python file in a collection was checked for ``get_exception`` usage.