From 1de26011e0c89d05261e60488fa54cb25d64c032 Mon Sep 17 00:00:00 2001 From: vocx-fc Date: Sat, 4 Jul 2020 13:08:30 -0500 Subject: [PATCH] FEM: skip importing examplesgui in unit tests --- src/Mod/Fem/femtest/app/test_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Fem/femtest/app/test_common.py b/src/Mod/Fem/femtest/app/test_common.py index 3ed3fe5136..9f1630971b 100644 --- a/src/Mod/Fem/femtest/app/test_common.py +++ b/src/Mod/Fem/femtest/app/test_common.py @@ -133,6 +133,7 @@ class TestFemCommon(unittest.TestCase): if ( mod == "femsolver.solver_taskpanel" + or mod == "femexamples.examplesgui" or mod == "TestFemGui" ) and not FreeCAD.GuiUp: continue