[Git][reproducible-builds/diffoscope][master] tests: ignore a warning from h5py that doesn't concern us.

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Sat Sep 18 18:17:11 UTC 2021



Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope


Commits:
e998eb9d by Mattia Rizzolo at 2021-09-18T20:17:01+02:00
tests: ignore a warning from h5py that doesn't concern us.

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- pytest.ini


Changes:

=====================================
pytest.ini
=====================================
@@ -1,6 +1,9 @@
 [pytest]
 junit_family=xunit2
+filterwarnings =
 # this comes from binwalk
 # https://github.com/ReFirmLabs/binwalk/issues/507
-filterwarnings =
     ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
+# this comes from h5py
+# https://bugs.debian.org/994617
+    ignore:h5py is running against HDF5 [\d\.]+ when it was built against [\d\.]+, this may cause problems



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/e998eb9dffc2c1611df64b3f92a884ccade6e68c

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/e998eb9dffc2c1611df64b3f92a884ccade6e68c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210918/73747e71/attachment.htm>


More information about the rb-commits mailing list