Control: tags -1 patch

On 2/10/25 7:16 PM, Santiago Vila wrote:
Probably your cowbuilder chroot is similar to sbuild+unshare in that it
disables network access, but this suggests the tests are trying to use the network (even 
if it's just DNS queries on "example.com"), which is forbidden.

Let's disable the offending test then, and not remove 118 rdeps packages from 
testing.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
diff -Nru uvloop-0.21.0+ds1/debian/rules uvloop-0.21.0+ds1/debian/rules
--- uvloop-0.21.0+ds1/debian/rules      2024-08-23 11:35:30.000000000 +0200
+++ uvloop-0.21.0+ds1/debian/rules      2025-02-10 19:26:39.000000000 +0100
@@ -3,7 +3,7 @@
 export PYBUILD_NAME=uvloop
 export PYBUILD_BUILD_ARGS=build_ext --use-system-libuv
 export PYBUILD_INSTALL_ARGS=build_ext --use-system-libuv
-export PYBUILD_TEST_ARGS=-s tests --ignore=tests/test_pipes.py 
--ignore=tests/test_sourcecode.py --ignore=tests/test_sockets.py 
--ignore=tests/test_tcp.py --ignore=tests/test_libuv_api.py
+export PYBUILD_TEST_ARGS=-s tests --ignore=tests/test_pipes.py 
--ignore=tests/test_sourcecode.py --ignore=tests/test_sockets.py 
--ignore=tests/test_tcp.py --ignore=tests/test_libuv_api.py 
--ignore=tests/test_dns.py
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 

Reply via email to