summaryrefslogtreecommitdiff
path: root/tests/remote/test_remote_zuul_json.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-24 18:24:59 +0000
committerGerrit Code Review <review@openstack.org>2022-10-24 18:24:59 +0000
commit9d7fbc42343655af86b95008f919c3be5ed8cd96 (patch)
tree8da8274f5c8f66576bfe62a14c26be627d326013 /tests/remote/test_remote_zuul_json.py
parent776b74ba20130e412d7a01452cdf4f772e2c0ea3 (diff)
parentf9eb49987030a0f163deac08eaba44daddecd081 (diff)
downloadzuul-9d7fbc42343655af86b95008f919c3be5ed8cd96.tar.gz
Merge "Remove Ansible 5"
Diffstat (limited to 'tests/remote/test_remote_zuul_json.py')
-rw-r--r--tests/remote/test_remote_zuul_json.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/remote/test_remote_zuul_json.py b/tests/remote/test_remote_zuul_json.py
index 4451c3630..961288754 100644
--- a/tests/remote/test_remote_zuul_json.py
+++ b/tests/remote/test_remote_zuul_json.py
@@ -144,14 +144,6 @@ class FunctionalZuulJSONMixIn:
dateutil.parser.parse(play_end_time)
-class TestZuulJSON5(AnsibleZuulTestCase, FunctionalZuulJSONMixIn):
- ansible_version = '5'
-
- def setUp(self):
- super().setUp()
- self._setUp()
-
-
class TestZuulJSON6(AnsibleZuulTestCase, FunctionalZuulJSONMixIn):
ansible_version = '6'