summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-04-29 20:17:34 +0200
committerMatt Clay <matt@mystile.com>2022-04-29 22:27:37 +0200
commitde5d6820f8240bcb7a74f79c0438d9efafb841ba (patch)
tree457cf15a45ffac4b0f2aae4456655971deca42b0 /test
parentInstall acl on Ubuntu for copy integration test. (diff)
downloadansible-de5d6820f8240bcb7a74f79c0438d9efafb841ba.tar.xz
ansible-de5d6820f8240bcb7a74f79c0438d9efafb841ba.zip
ansible-test - Remove obsolete code.
Diffstat (limited to 'test')
-rw-r--r--test/lib/ansible_test/_internal/constants.py3
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',
]