Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tests/test_xdmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
hash5py = False


if h5py.h5.HDF5_VERSION_COMPILED_AGAINST == (2, 0, 0):
pytest.skip(
"h5py and adios2 built against HDF5 2.0.0 does not work properly", allow_module_level=True
)


stype = PETSc.ScalarType
rtype = PETSc.RealType
_dolfinx_version = Version(dolfinx.__version__)
Expand Down
Loading