File skip-online-tests.patch of Package python-Glances
Index: glances-4.5.0/tests/test_core.py
===================================================================
--- glances-4.5.0.orig/tests/test_core.py 2026-02-08 12:57:02.000000000 +0000
+++ glances-4.5.0/tests/test_core.py 2026-03-04 23:00:39.374045886 +0000
@@ -391,6 +391,7 @@
self.assertTrue(isinstance(stats_grab, list), msg='Folders stats is not a list')
print(f'INFO: Folders stats: {stats_grab}')
+ @unittest.skip("online")
def test_012_ip(self):
"""Check IP plugin."""
print('INFO: [TEST_012] Check IP stats')