diff --git a/tests/regression_tests/external_moab/test.py b/tests/regression_tests/external_moab/test.py index c6d3325403..8680effcb8 100644 --- a/tests/regression_tests/external_moab/test.py +++ b/tests/regression_tests/external_moab/test.py @@ -2,20 +2,19 @@ from pathlib import Path import os import shutil import subprocess +from subprocess import CalledProcessError import textwrap import glob from itertools import product + import openmc import openmc.lib import numpy as np - import pytest from tests.regression_tests import config from tests.testing_harness import PyAPITestHarness -from subprocess import CalledProcessError - pytestmark = pytest.mark.skipif( not openmc.lib._dagmc_enabled(), reason="DAGMC is not enabled.")