--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: python-hypothesis/6.130.5-2
- From: Bastian Germann <bage@debian.org>
- Date: Tue, 03 Jun 2025 10:21:36 +0200
- Message-id: <174893889638.814.12452169185797234137.reportbug@duagon-BXN3S64.>
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: python-hypothesis@packages.debian.org
Control: affects -1 + src:python-hypothesis
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package python-hypothesis.
[ Reason ]
FTBFS #1106438.
[ Impact ]
Only a logging filter is added that excludes a warning from being
handled as error.
[ Tests ]
The package's unit tests run which fail in the -1 revision.
[ Risks ]
None.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock python-hypothesis/6.130.5-2
diff -Nru python-hypothesis-6.130.5/debian/changelog python-hypothesis-6.130.5/debian/changelog
--- python-hypothesis-6.130.5/debian/changelog 2025-04-05 00:52:20.000000000 +0200
+++ python-hypothesis-6.130.5/debian/changelog 2025-05-30 10:06:04.000000000 +0200
@@ -1,3 +1,10 @@
+python-hypothesis (6.130.5-2) unstable; urgency=medium
+
+ * Team upload.
+ * Add ignore-warnings-in-the-testsuite-alone.patch (Closes: #1106438).
+
+ -- Thomas Goirand <zigo@debian.org> Fri, 30 May 2025 10:06:04 +0200
+
python-hypothesis (6.130.5-1) unstable; urgency=medium
* New upstream version 6.130.5
diff -Nru python-hypothesis-6.130.5/debian/patches/ignore-warnings-in-the-testsuite-alone.patch python-hypothesis-6.130.5/debian/patches/ignore-warnings-in-the-testsuite-alone.patch
--- python-hypothesis-6.130.5/debian/patches/ignore-warnings-in-the-testsuite-alone.patch 1970-01-01 01:00:00.000000000 +0100
+++ python-hypothesis-6.130.5/debian/patches/ignore-warnings-in-the-testsuite-alone.patch 2025-05-30 10:06:04.000000000 +0200
@@ -0,0 +1,13 @@
+Description: Ignore warnings in the testsuite alone
+Author: Chris Lamb <lamby@debian.org>
+Bug-Debian: https://bugs.debian.org/1106438
+Forwarded: no
+Last-Update: 2025-05-30
+
+--- python-hypothesis-6.130.5.orig/pytest.ini
++++ python-hypothesis-6.130.5/pytest.ini
+@@ -24,3 +24,4 @@ filterwarnings =
+ default:`np\.object` is a deprecated alias for the builtin `object`:DeprecationWarning
+ # pytest-cov can't see into subprocesses; we'll see <100% covered if this is an issue
+ ignore:Module hypothesis.* was previously imported, but not measured
++ ignore:.*deprecated usage of input argument/s 'retry_on_timeout':DeprecationWarning
diff -Nru python-hypothesis-6.130.5/debian/patches/series python-hypothesis-6.130.5/debian/patches/series
--- python-hypothesis-6.130.5/debian/patches/series 2025-04-05 00:52:20.000000000 +0200
+++ python-hypothesis-6.130.5/debian/patches/series 2025-05-30 10:06:04.000000000 +0200
@@ -2,3 +2,4 @@
0002-Disable-hoverxref-not-in-Debian.patch
0003-Avoid-hard-dependency-on-libcst.patch
0004-Do-not-enforce-minimum-Sphinx-version.patch
+ignore-warnings-in-the-testsuite-alone.patch
--- End Message ---