File: ignore_h5py_deprecation_warnings_in_test.patch

package info (click to toggle)
kineticstools 0.6.1%2Bgit20220223.1326a4d%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,140 kB
  • sloc: python: 3,503; makefile: 202; ansic: 104; sh: 55; xml: 19
file content (14 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (4)
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