diff -pruN 0.26.3-2/debian/changelog 0.26.3-4/debian/changelog
--- 0.26.3-2/debian/changelog	2024-02-26 23:04:20.000000000 +0000
+++ 0.26.3-4/debian/changelog	2025-08-26 17:09:44.000000000 +0000
@@ -1,3 +1,17 @@
+python-pyhanko-certvalidator (0.26.3-4) unstable; urgency=medium
+
+  * Skip more tests needing internet access
+
+ -- Bastian Germann <bage@debian.org>  Tue, 26 Aug 2025 19:09:44 +0200
+
+python-pyhanko-certvalidator (0.26.3-3) unstable; urgency=medium
+
+  * Team upload
+  * d/watch: Scan main pyHanko repository
+  * Skip tests needing internet access
+
+ -- Bastian Germann <bage@debian.org>  Tue, 26 Aug 2025 17:45:56 +0200
+
 python-pyhanko-certvalidator (0.26.3-2) unstable; urgency=medium
 
   * Fix lintian: missing-prerequisite-for-pyproject-backend
diff -pruN 0.26.3-2/debian/control 0.26.3-4/debian/control
--- 0.26.3-2/debian/control	2024-02-26 22:55:36.000000000 +0000
+++ 0.26.3-4/debian/control	2025-08-26 17:06:24.000000000 +0000
@@ -14,6 +14,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-freezegun <!nocheck>,
                python3-oscrypto,
                python3-pytest <!nocheck>,
+               python3-pytest-asyncio <!nocheck>,
                python3-requests,
                python3-setuptools,
                python3-uritools,
diff -pruN 0.26.3-2/debian/rules 0.26.3-4/debian/rules
--- 0.26.3-2/debian/rules	2024-02-26 22:30:37.000000000 +0000
+++ 0.26.3-4/debian/rules	2025-08-26 17:09:13.000000000 +0000
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=pyhanko-certvalidator
+export PYBUILD_TEST_ARGS=-k 'not test_basic_certificate_validator_tls_aia and not test_fetch_requests and not test_fetch_ocsp_requests and not test_fetch_crl_aiohttp and not test_fetch_ocsp_aiohttp'
 
 %:
 	dh $@ --buildsystem=pybuild
diff -pruN 0.26.3-2/debian/watch 0.26.3-4/debian/watch
--- 0.26.3-2/debian/watch	2024-02-26 22:30:37.000000000 +0000
+++ 0.26.3-4/debian/watch	2025-08-26 17:06:24.000000000 +0000
@@ -1,2 +1,2 @@
 version=4
-https://github.com/MatthiasValvekens/certvalidator/tags .*/v@ANY_VERSION@@ARCHIVE_EXT@
+opts=mode=git https://github.com/MatthiasValvekens/pyHanko.git refs/tags/pyhanko-certvalidator/v@ANY_VERSION@
