diff options
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/ansible_test/_internal/constants.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lib/ansible_test/_internal/constants.py b/test/lib/ansible_test/_internal/constants.py index 846678516e..f516b06452 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', ] |