Skip to content

Commit 11781f5

Browse files
authored
Fix failing tests - RuntimeError: Not a datatype (not a datatype) (#2979)
* Fix failing macos tests - `RuntimeError: Not a datatype (not a datatype)` Require `h5py!=3.15`. * all platforms
1 parent 63ddae2 commit 11781f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sdist/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ classifiers = [
6363
petab = ["petab>=0.4.0"]
6464
pysb = ["pysb>=1.13.1"]
6565
test = [
66-
"h5py",
66+
"h5py!=3.15",
6767
"pytest",
6868
"pytest-cov",
6969
# v16.0: https://github.com/pytest-dev/pytest-rerunfailures/issues/302

0 commit comments

Comments
 (0)