diff options
author | Matt Clay <matt@mystile.com> | 2022-04-29 20:17:34 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-04-29 22:27:37 +0200 |
commit | de5d6820f8240bcb7a74f79c0438d9efafb841ba (patch) | |
tree | 457cf15a45ffac4b0f2aae4456655971deca42b0 /test | |
parent | Install acl on Ubuntu for copy integration test. (diff) | |
download | ansible-de5d6820f8240bcb7a74f79c0438d9efafb841ba.tar.xz ansible-de5d6820f8240bcb7a74f79c0438d9efafb841ba.zip |
ansible-test - Remove obsolete code.
Diffstat (limited to 'test')
-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', ] |