summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_internal/provider/layout/collection.py
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2021-08-11 11:47:18 -0700
committerGitHub <noreply@github.com>2021-08-11 11:47:18 -0700
commitca2d2c5f38f2d4d4e6f6eed4f209520289c6f322 (patch)
tree772a0c20cb3165632190b0190b82afb1ae9c8a3e /test/lib/ansible_test/_internal/provider/layout/collection.py
parent39605cdcce9745c6b193d6ae640f1f053a1d47cc (diff)
downloadansible-ca2d2c5f38f2d4d4e6f6eed4f209520289c6f322.tar.gz
ansible-test - Cleanup to prepare for pylint update. (#75469)
* ansible-test - Fix use of abstractproperty * ansible-test - Use dict.items() where possible. * ansible-test - Remove unused code. * ansible-test - Cleanup issues reported by pylint. * ansible-test - Use dict.items() where possible. * ansible-test - Use generator.
Diffstat (limited to 'test/lib/ansible_test/_internal/provider/layout/collection.py')
-rw-r--r--test/lib/ansible_test/_internal/provider/layout/collection.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lib/ansible_test/_internal/provider/layout/collection.py b/test/lib/ansible_test/_internal/provider/layout/collection.py
index ffad29f259..6b393b6197 100644
--- a/test/lib/ansible_test/_internal/provider/layout/collection.py
+++ b/test/lib/ansible_test/_internal/provider/layout/collection.py
@@ -16,9 +16,6 @@ from . import (
class CollectionLayout(LayoutProvider):
"""Layout provider for Ansible collections."""
- __module_path = 'plugins/modules'
- __unit_path = 'test/unit'
-
@staticmethod
def is_content_root(path): # type: (str) -> bool
"""Return True if the given path is a content root for this provider."""