From f88f40086d287798c02bd3fdae641234c85c2edc Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 21 Jun 2023 08:19:49 +0200 Subject: [PATCH] ipify_facts: skip tests on Python 2.6 (#6759) Needs some special requirements on Python 2.6 so that it can contact the server. These seem to be installed when running all tests. I don't want to figure out what exactly is missing, so let's just skip the tests on Python 2.6 for now. --- tests/integration/targets/ipify_facts/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/ipify_facts/aliases b/tests/integration/targets/ipify_facts/aliases index 12d1d6617e..724847e67c 100644 --- a/tests/integration/targets/ipify_facts/aliases +++ b/tests/integration/targets/ipify_facts/aliases @@ -3,3 +3,4 @@ # SPDX-License-Identifier: GPL-3.0-or-later azp/posix/2 +skip/python2.6