File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -137,15 +137,6 @@ NO_NOTIFICATION = (
137
137
"AMD64 Clang UBSan 3." ,
138
138
# Guilty until proven innocent
139
139
"ARM32 Windows" ,
140
- # 2019-08-27: No one seems to be able/available to debug issues specific to
141
- # AIX. For example, https://bugs.python.org/issue36273 was open for 5
142
- # months and nobody managed to debug this issue (to fix it).
143
- "PPC64 AIX" ,
144
- # 2019-09-17: No one seems to be able/available to debug issues specific to
145
- # AIX. For example, https://bugs.python.org/issue36752 (multiprocessing
146
- # core dump) was open for 3 months and nobody managed to debug this issue
147
- # (to fix it).
148
- "POWER6 AIX" ,
149
140
)
150
141
151
142
parallel = {w .name : f"-j{ w .parallel_tests } " for w in WORKERS if w .parallel_tests }
You can’t perform that action at this time.
0 commit comments