Skip to content

Commit

Permalink
Fix importorskip before the dials-importing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jun 7, 2024
1 parent 13cc831 commit a261b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/nexus/test_nxmx_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
from libtbx.test_utils import approx_equal

from dxtbx.format.nexus import h5str
from dxtbx.format.nxmx_writer import NXmxWriter, phil_scope
from dxtbx.model.experiment_list import ExperimentListFactory

pytest.importorskip("dials")

from dxtbx.format.nxmx_writer import NXmxWriter, phil_scope # noqa: E402


def test_writer_jf16M(dials_data, tmpdir):
h5path = (
Expand Down

0 comments on commit a261b39

Please sign in to comment.