Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c46318b

Browse files
committed
Don't run security branches on stan-raspbian either
Followup to #595
1 parent 2b32fa5 commit c46318b

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
@@ -186,8 +186,8 @@ def get_workers(settings):
186186
tags=['linux', 'unix', 'raspbian', 'debian', 'armv8',
187187
'aarch64', 'arm'],
188188
parallel_tests=4,
189-
# Tests fail with latin1 encoding
190-
not_branches=['3.12']
189+
# Tests fail with latin1 encoding on 3.12, probably earlier
190+
not_branches=['3.12', '3.11', '3.10', '3.9']
191191
),
192192
cpw(
193193
name="kulikjak-solaris-sparcv9",

0 commit comments

Comments
 (0)