From 42e7596495fa7b750a36d57deec09c7f135a4151 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sat, 8 Nov 2025 16:32:28 +0000 Subject: [PATCH] Add urlfetch --- master/custom/workers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/custom/workers.py b/master/custom/workers.py index 6dd8ab63..3799c225 100644 --- a/master/custom/workers.py +++ b/master/custom/workers.py @@ -197,7 +197,7 @@ def get_workers(settings): # Tests fail with latin1 encoding on 3.12, probably earlier not_branches=['3.12', '3.11', '3.10'], # Problematic ISP causes issues connecting to testpython.net - exclude_test_resources=['network'], + exclude_test_resources=['urlfetch', 'network'], ), cpw( name="savannah-raspbian", @@ -224,7 +224,7 @@ def get_workers(settings): tags=['linux', 'unix', 'raspbian', 'debian', 'arm'], parallel_tests=2, # Problematic ISP causes issues connecting to testpython.net - exclude_test_resources=['network'], + exclude_test_resources=['urlfetch', 'network'], ), cpw( name="skumaran-ubuntu-x86_64",