Skip to content

Commit

Permalink
Skip tests if dials/xfel not there
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx committed Aug 10, 2023
1 parent 13c7d3b commit 20d6a3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/nexus/test_nxmx_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
from libtbx.test_utils import approx_equal
from libtbx.phil import parse

import pytest

pytest.importorskip("dials")
pytest.importorskip("xfel")


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

0 comments on commit 20d6a3f

Please sign in to comment.