Version in base suite: 2.1.0-1 Base version: pytest-httpbin_2.1.0-1 Target version: pytest-httpbin_2.1.0-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/pytest-httpbin/pytest-httpbin_2.1.0-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/pytest-httpbin/pytest-httpbin_2.1.0-1+deb13u1.dsc changelog | 7 +++++++ patches/disable-flaky-test.patch | 16 ++++++++++++++++ patches/series | 1 + 3 files changed, 24 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpyfcdbzf4/pytest-httpbin_2.1.0-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpyfcdbzf4/pytest-httpbin_2.1.0-1+deb13u1.dsc: no acceptable signature found diff -Nru pytest-httpbin-2.1.0/debian/changelog pytest-httpbin-2.1.0/debian/changelog --- pytest-httpbin-2.1.0/debian/changelog 2024-09-28 17:11:27.000000000 +0000 +++ pytest-httpbin-2.1.0/debian/changelog 2026-05-31 19:00:00.000000000 +0000 @@ -1,3 +1,10 @@ +pytest-httpbin (2.1.0-1+deb13u1) trixie; urgency=medium + + * Team upload. + * Disable flaky test. Closes: #1137653. + + -- Santiago Vila Sun, 31 May 2026 21:00:00 +0200 + pytest-httpbin (2.1.0-1) unstable; urgency=medium * Team upload diff -Nru pytest-httpbin-2.1.0/debian/patches/disable-flaky-test.patch pytest-httpbin-2.1.0/debian/patches/disable-flaky-test.patch --- pytest-httpbin-2.1.0/debian/patches/disable-flaky-test.patch 1970-01-01 00:00:00.000000000 +0000 +++ pytest-httpbin-2.1.0/debian/patches/disable-flaky-test.patch 2026-05-31 17:01:00.000000000 +0000 @@ -0,0 +1,16 @@ +From: Santiago Vila +Subject: Disable flaky test +Bug-Debian: https://bugs.debian.org/1137653 +Forwarded: https://github.com/kevin1024/pytest-httpbin/issues/99 +Last-Update: 2026-05-31 + +--- a/tests/test_server.py ++++ b/tests/test_server.py +@@ -54,6 +54,7 @@ + ) + + ++@pytest.mark.skip(reason="flaky test") + def test_dont_crash_on_handshake_timeout(httpbin_secure, capsys): + with socket.socket() as sock: + sock.connect((httpbin_secure.host, httpbin_secure.port)) diff -Nru pytest-httpbin-2.1.0/debian/patches/series pytest-httpbin-2.1.0/debian/patches/series --- pytest-httpbin-2.1.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ pytest-httpbin-2.1.0/debian/patches/series 2026-05-31 17:00:00.000000000 +0000 @@ -0,0 +1 @@ +disable-flaky-test.patch