8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39dafcd + c2e2b5a commit d87219bCopy full SHA for d87219b
master/master.cfg
@@ -137,15 +137,6 @@ NO_NOTIFICATION = (
137
"AMD64 Clang UBSan 3.",
138
# Guilty until proven innocent
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
)
150
151
parallel = {w.name: f"-j{w.parallel_tests}" for w in WORKERS if w.parallel_tests}
0 commit comments