gentoo/dev-python/hypothesis/files/hypothesis-3.74.3-no-werror.patch
Michael Seifert 8831dbe856
dev-python/hypothesis: Version bump to 3.74.3.
Closes: https://bugs.gentoo.org/668108
Closes: https://github.com/gentoo/gentoo/pull/10112
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2018-10-11 00:01:49 +02:00

13 lines
646 B
Diff

--- hypothesis-python/tests/common/setup.py 2018-10-09 15:41:19.106029968 +0200
+++ hypothesis-python/tests/common/setup.py 2018-10-09 15:42:09.464413825 +0200
@@ -33,6 +33,9 @@
filterwarnings('ignore', category=ImportWarning)
filterwarnings('ignore', category=FutureWarning, module='pandas._version')
+ # Fixed in recent versions but allowed by pytest=3.0.0; see #1630
+ filterwarnings('ignore', category=DeprecationWarning, module='pluggy')
+
# See https://github.com/numpy/numpy/pull/432
filterwarnings('ignore', message='numpy.dtype size changed')
filterwarnings('ignore', message='numpy.ufunc size changed')