diff -pruN 1.4.0-2/debian/changelog 1.4.0-3/debian/changelog
--- 1.4.0-2/debian/changelog	2025-02-17 21:35:28.000000000 +0000
+++ 1.4.0-3/debian/changelog	2025-08-29 06:08:35.000000000 +0000
@@ -1,3 +1,11 @@
+php-http-psr7-integration-tests (1.4.0-3) unstable; urgency=medium
+
+  * Ignore more date causing ailing tests with current Guzzle
+  * Remove Rules-Requires-Root
+  * Update Standards-Version to 4.7.2
+
+ -- David Prévot <taffit@debian.org>  Fri, 29 Aug 2025 08:08:35 +0200
+
 php-http-psr7-integration-tests (1.4.0-2) unstable; urgency=medium
 
   * Modernize PHPUnit syntax
diff -pruN 1.4.0-2/debian/control 1.4.0-3/debian/control
--- 1.4.0-2/debian/control	2025-02-17 21:34:21.000000000 +0000
+++ 1.4.0-3/debian/control	2025-08-29 06:08:09.000000000 +0000
@@ -5,14 +5,13 @@ Maintainer: Debian PHP PEAR Maintainers
 Uploaders: David Prévot <taffit@debian.org>
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-phpcomposer,
-               php-guzzlehttp-psr7,
+               php-guzzlehttp-psr7 <!nocheck>,
                phpab,
-               phpunit
-Standards-Version: 4.7.0
+               phpunit <!nocheck>
+Standards-Version: 4.7.2
 Homepage: https://php-http.readthedocs.io/en/latest/
 Vcs-Git: https://salsa.debian.org/php-team/pear/php-http-psr7-integration-tests.git
 Vcs-Browser: https://salsa.debian.org/php-team/pear/php-http-psr7-integration-tests
-Rules-Requires-Root: no
 
 Package: php-http-psr7-integration-tests
 Architecture: all
diff -pruN 1.4.0-2/debian/patches/0001-Ignore-more-failing-tests-with-current-Guzzle.patch 1.4.0-3/debian/patches/0001-Ignore-more-failing-tests-with-current-Guzzle.patch
--- 1.4.0-2/debian/patches/0001-Ignore-more-failing-tests-with-current-Guzzle.patch	2025-02-17 21:34:21.000000000 +0000
+++ 1.4.0-3/debian/patches/0001-Ignore-more-failing-tests-with-current-Guzzle.patch	2025-08-29 06:04:30.000000000 +0000
@@ -3,11 +3,26 @@ Date: Mon, 1 Jan 2024 19:29:13 +0100
 Subject: Ignore more failing tests with current Guzzle
 
 ---
+ src/MessageTrait.php               |  2 --
  tests/Guzzle/RequestTest.php       |  1 +
  tests/Guzzle/ServerRequestTest.php | 12 ++++++++++++
  tests/Guzzle/UriTest.php           |  4 ++++
- 3 files changed, 17 insertions(+)
+ 4 files changed, 17 insertions(+), 2 deletions(-)
 
+diff --git a/src/MessageTrait.php b/src/MessageTrait.php
+index 506d5f1..09f90d5 100644
+--- a/src/MessageTrait.php
++++ b/src/MessageTrait.php
+@@ -164,9 +164,7 @@ trait MessageTrait
+     {
+         return [
+             [[], 'foo'],
+-            ['foo', []],
+             ['', ''],
+-            ['foo', false],
+             [false, 'foo'],
+             ['foo', new \stdClass()],
+             [new \stdClass(), 'foo'],
 diff --git a/tests/Guzzle/RequestTest.php b/tests/Guzzle/RequestTest.php
 index a89abdc..49d54cb 100644
 --- a/tests/Guzzle/RequestTest.php
diff -pruN 1.4.0-2/debian/patches/0002-Modernize-PHPUnit-syntax.patch 1.4.0-3/debian/patches/0002-Modernize-PHPUnit-syntax.patch
--- 1.4.0-2/debian/patches/0002-Modernize-PHPUnit-syntax.patch	2025-02-17 21:34:35.000000000 +0000
+++ 1.4.0-3/debian/patches/0002-Modernize-PHPUnit-syntax.patch	2025-08-29 06:04:30.000000000 +0000
@@ -12,7 +12,7 @@ Subject: Modernize PHPUnit syntax
  6 files changed, 22 insertions(+)
 
 diff --git a/src/MessageTrait.php b/src/MessageTrait.php
-index 506d5f1..ef84eb8 100644
+index 09f90d5..84d9a48 100644
 --- a/src/MessageTrait.php
 +++ b/src/MessageTrait.php
 @@ -4,6 +4,7 @@ namespace Http\Psr7Test;
@@ -31,7 +31,7 @@ index 506d5f1..ef84eb8 100644
      public function testWithHeaderInvalidArguments($name, $value)
      {
          if (isset($this->skippedTests[__FUNCTION__])) {
-@@ -188,6 +190,7 @@ trait MessageTrait
+@@ -186,6 +188,7 @@ trait MessageTrait
      /**
       * @dataProvider getInvalidHeaderArguments
       */
diff -pruN 1.4.0-2/debian/tests/control 1.4.0-3/debian/tests/control
--- 1.4.0-2/debian/tests/control	2025-02-17 21:34:35.000000000 +0000
+++ 1.4.0-3/debian/tests/control	2025-08-29 06:05:22.000000000 +0000
@@ -1,3 +1,3 @@
 Test-Command: mkdir -p vendor && phpabtpl --require php-http/psr7-integration-tests --require guzzlehttp/psr7 > debian/autoload.tests.php.tpl && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl tests && phpunit --testsuite Guzzle
-Restrictions: needs-internet, rw-build-tree, allow-stderr
+Restrictions: allow-stderr, needs-internet, rw-build-tree
 Depends: ca-certificates, php-guzzlehttp-psr7, phpab, phpunit, pkg-php-tools, @
