Skip to content

Commit 57ab5bd

Browse files
Add 'urlfetch' to excluded resources for {stan, pablogsal}-raspbian (#642)
1 parent 0af8926 commit 57ab5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master/custom/workers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def get_workers(settings):
197197
# Tests fail with latin1 encoding on 3.12, probably earlier
198198
not_branches=['3.12', '3.11', '3.10'],
199199
# Problematic ISP causes issues connecting to testpython.net
200-
exclude_test_resources=['network'],
200+
exclude_test_resources=['urlfetch', 'network'],
201201
),
202202
cpw(
203203
name="savannah-raspbian",
@@ -224,7 +224,7 @@ def get_workers(settings):
224224
tags=['linux', 'unix', 'raspbian', 'debian', 'arm'],
225225
parallel_tests=2,
226226
# Problematic ISP causes issues connecting to testpython.net
227-
exclude_test_resources=['network'],
227+
exclude_test_resources=['urlfetch', 'network'],
228228
),
229229
cpw(
230230
name="skumaran-ubuntu-x86_64",

0 commit comments

Comments
 (0)