From 3ed0a9c141bf9838b0bee24a69f1ecb8d568245b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:42:45 +0200 Subject: [PATCH] [PR #6759/f88f4008 backport][stable-5] ipify_facts: skip tests on Python 2.6 (#6760) 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. (cherry picked from commit f88f40086d287798c02bd3fdae641234c85c2edc) Co-authored-by: Felix Fontein --- 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