Skip to content

Commit aafe876

Browse files
committed
Don't run compile test if OpenMC not installed
1 parent c340abf commit aafe876

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_Compile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
from parametric_plasma_source.plasma import Plasma
1010

11+
pytest.importorskip("openmc")
12+
1113
class test_object_properties(unittest.TestCase):
1214

1315
def test_compile(self):

0 commit comments

Comments
 (0)