You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unix: don't compile most test modules as builtins on macOS
Previously, we were compiling these and annotating them as
extensions in our PYTHON.json file. These extensions are only
used to facilitate tests. Furthermore, the presence of these
extensions as built-ins prevents some tests from working, since
they assume they are standalone .so's.
Let's mass disable static compilation of most test extensions.
With this change, there are no more test failures on macOS!
0 commit comments