diff -ruN a/tests/catalogs/pythonplugin.xml b/tests/catalogs/pythonplugin.xml --- a/tests/catalogs/pythonplugin.xml 2022-08-10 20:24:25.000000000 +0000 +++ b/tests/catalogs/pythonplugin.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ - - glade_python_init - - - - - diff -ruN a/tests/modules.c b/tests/modules.c --- a/tests/modules.c 2022-08-10 20:24:25.000000000 +0000 +++ b/tests/modules.c 2025-05-18 04:37:56.793830075 +0000 @@ -32,7 +32,6 @@ glade_init (); glade_app_get (); - g_test_add_data_func ("/Modules/Python", "MyPythonBox", test_object_class); g_test_add_data_func ("/Modules/JavaScript", "MyJSGrid", test_object_class); return g_test_run ();