Skip to content

Updated tests#401

Merged
t20100 merged 2 commits into
silx-kit:mainfrom
t20100:update-test
Jun 26, 2026
Merged

Updated tests#401
t20100 merged 2 commits into
silx-kit:mainfrom
t20100:update-test

Conversation

@t20100

@t20100 t20100 commented Jun 26, 2026

Copy link
Copy Markdown
Member

This PR:

  • enables blosc/blosc2 tests with strings (only supported with hdf5 >= 2.1), closes Blosc/Blosc2 segfault with variable-width strings #364
  • remove import packaging from the tests: it was an in between situation: it is not a dependency of the project but was needed to run the tests. I propose to avoid using it for now since it is simple rather than adding it as a dependency

@t20100 t20100 requested a review from payno June 26, 2026 07:39
@t20100 t20100 added this to the Next release milestone Jun 26, 2026
Comment thread src/hdf5plugin/test.py
Comment on lines -497 to +498
@unittest.skip(reason="segfault (#364)")
@unittest.skipIf(
h5py.version.hdf5_version_tuple < (2, 1, 0), "hdf5 v2.1.0 required"
)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@t20100 t20100 merged commit 1c78c34 into silx-kit:main Jun 26, 2026
4 checks passed
@t20100 t20100 deleted the update-test branch June 26, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blosc/Blosc2 segfault with variable-width strings

2 participants