Your message dated Tue, 03 Jun 2025 18:21:00 +0000
with message-id <[email protected]>
and subject line unblock python-hypothesis
has caused the Debian Bug report #1107218,
regarding unblock: python-hypothesis/6.130.5-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1107218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107218
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:python-hypothesis
User: [email protected]
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 <[email protected]> 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 <[email protected]>
+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 ---
--- Begin Message ---
Unblocked python-hypothesis.
--- End Message ---