@@ -258,11 +258,11 @@ def test_import(self):
258258 import Silo
259259 except ImportError as e :
260260 if "No module named Silo" not in str (e ):
261- raise unittest .SkipTest ("Silo module broken" )
261+ raise unittest .SkipTest ("python3-silo module broken" )
262262
263263@unittest .skipIf (getMPISizeWorld ()> 1 , "MPI size > 1" )
264264@unittest .skipIf (not HAVE_FINLEY , "finley module not available" )
265- @unittest .skipIf (not HAVE_SILO , "Silo module not available" )
265+ @unittest .skipIf (not HAVE_SILO , "python3-silo module not available (install python3-silo) " )
266266class Test_Finley_SaveSilo (SiloSaver ):
267267
268268 # === Finley hex 2D order 1 with contacts ===================================
@@ -1328,7 +1328,7 @@ def test_tet_3D_macro_ReducedFunctionOnBoundary(self):
13281328 data_t = x [0 ]* [[11. ,12. ,13. ],[21. ,22. ,23. ],[31. ,32. ,33. ]])
13291329
13301330@unittest .skipIf (getMPISizeWorld ()> 1 , "MPI size > 1" )
1331- @unittest .skipIf (not HAVE_SILO , "Silo module not available" )
1331+ @unittest .skipIf (not HAVE_SILO , "python3-silo module not available (install python3-silo) " )
13321332class Test_Ripley_SaveSilo (SiloSaver ):
13331333
13341334 # === Ripley 2D =============================================================
@@ -1421,7 +1421,7 @@ def test_ripley_3D_ReducedFunctionOnBoundary(self):
14211421
14221422@unittest .skipIf (getMPISizeWorld ()> 1 , "MPI size > 1" )
14231423@unittest .skipIf (not HAVE_OXLEY , "ripley module not available" )
1424- @unittest .skipIf (not HAVE_SILO , "Silo module not available" )
1424+ @unittest .skipIf (not HAVE_SILO , "python3-silo module not available (install python3-silo) " )
14251425class Test_Oxley_SaveSilo (SiloSaver ):
14261426
14271427 # === Oxley 2D =============================================================
0 commit comments