1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Ignore deprecation warnings breaking test suite
Since the error log is not empty but contains
.
/usr/lib/python2.7/dist-packages/h5py/_hl/dataset.py:313: H5pyDeprecationWarning: dataset.value has been deprecated. Use dataset[()] instead.
"Use dataset[()] instead.", H5pyDeprecationWarning)
.
the test suite would fail. I've compared the results to be the same with
python-h5py version 2.8.0-3 (no deprecation warning) and version 2.9.0
with the warning above. The results are the same so the warning does not
seem to have any negative effect here
Bug-Debian: https://bugs.debian.org/921382
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 14 Feb 2019 12:49:02 +0100
|