diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2023-02-21 17:43:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 08:43:24 -0800 |
commit | c05d8136619ffe5bd701b9b94c6a5864baba02ca (patch) | |
tree | 4be92954b61685d2b1b5ed54c6f1af9aab58f691 /test/lib | |
parent | ecf66c6f821f81d9f868df1280b3fcfe2b26d1a3 (diff) | |
download | ansible-c05d8136619ffe5bd701b9b94c6a5864baba02ca.tar.gz |
Fix #80020 typos confusing `pylint` for `pytest` (#80056)
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.py b/test/lib/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.py index 8473d9b4c2..2f77c03bbb 100644 --- a/test/lib/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.py +++ b/test/lib/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.py @@ -34,8 +34,8 @@ def collection_pypkgpath(self): def enable_assertion_rewriting_hook(): # type: () -> None """ - Enable pylint's AssertionRewritingHook on Python 3.x. - This is necessary because the Ansible collection loader intercepts imports before the pylint provided loader ever sees them. + Enable pytest's AssertionRewritingHook on Python 3.x. + This is necessary because the Ansible collection loader intercepts imports before the pytest provided loader ever sees them. """ import sys |