From de5d6820f8240bcb7a74f79c0438d9efafb841ba Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 29 Apr 2022 11:17:34 -0700 Subject: [PATCH] ansible-test - Remove obsolete code. --- test/lib/ansible_test/_internal/constants.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/lib/ansible_test/_internal/constants.py b/test/lib/ansible_test/_internal/constants.py index 846678516e2..f516b06452c 100644 --- a/test/lib/ansible_test/_internal/constants.py +++ b/test/lib/ansible_test/_internal/constants.py @@ -16,13 +16,10 @@ TIMEOUT_PATH = '.ansible-test-timeout.json' CONTROLLER_MIN_PYTHON_VERSION = CONTROLLER_PYTHON_VERSIONS[0] SUPPORTED_PYTHON_VERSIONS = REMOTE_ONLY_PYTHON_VERSIONS + CONTROLLER_PYTHON_VERSIONS -COVERAGE_REQUIRED_VERSION = '4.5.4' - REMOTE_PROVIDERS = [ 'default', 'aws', 'azure', - 'ibmps', 'parallels', ]