- Update to 3.3.1 * Minor change on the help screen * Refactor some loop in the processes function * Replace json by ujson #2201 * Improvements on documentation, unit test and CI * bump dependencies and web lib to address security OBS-URL: https://build.opensuse.org/request/show/1082797 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=48
13 lines
504 B
Diff
13 lines
504 B
Diff
Index: glances-3.3.1/unitest.py
|
|
===================================================================
|
|
--- glances-3.3.1.orig/unitest.py
|
|
+++ glances-3.3.1/unitest.py
|
|
@@ -188,6 +188,7 @@ class TestGlances(unittest.TestCase):
|
|
self.assertTrue(type(stats_grab) is list, msg='Folders stats is not a list')
|
|
print('INFO: Folders stats: %s' % stats_grab)
|
|
|
|
+ @unittest.skip("online")
|
|
def test_012_ip(self):
|
|
"""Check IP plugin."""
|
|
print('INFO: [TEST_012] Check IP stats')
|