Fix for pytest importorskip introduced in 2659b514
- test_serial_scenarios already tested if waLBerla is available by catching ImportErrors - importorskip from pytest throws another exception, which is not part of the public API -> catching all exceptions - which is not really elegant but works
Please register or sign in to comment