Blame SOURCES/python-psutil-skip-test-broken-ipv6.patch

814f10
From 19faccd7ebef5c1c8095848909b2b6a629ec0d91 Mon Sep 17 00:00:00 2001
814f10
From: Tomas Orsava <torsava@redhat.com>
814f10
Date: Tue, 26 Jan 2021 12:49:50 +0100
814f10
Subject: [PATCH] Test skipped due to broken handling of IPv6 addresses
814f10
814f10
See: https://github.com/giampaolo/psutil/issues/1909
814f10
---
814f10
 psutil/tests/test_linux.py | 2 +-
814f10
 1 file changed, 1 insertion(+), 1 deletion(-)
814f10
814f10
diff --git a/psutil/tests/test_linux.py b/psutil/tests/test_linux.py
814f10
index 2c5d701..ef77157 100755
814f10
--- a/psutil/tests/test_linux.py
814f10
+++ b/psutil/tests/test_linux.py
814f10
@@ -920,7 +920,7 @@ class TestLoadAvg(PsutilTestCase):
814f10
 # =====================================================================
814f10
 
814f10
 
814f10
-@unittest.skipIf(not LINUX, "LINUX only")
814f10
+@unittest.skip("Test skipped due to broken handling of IPv6 addresses: https://github.com/giampaolo/psutil/issues/1909")
814f10
 class TestSystemNetIfAddrs(PsutilTestCase):
814f10
 
814f10
     def test_ips(self):
814f10
-- 
814f10
2.29.2
814f10