Run setupext qt checks in a subprocess rather than with multiprocessing.#10886
Run setupext qt checks in a subprocess rather than with multiprocessing.#10886anntzer wants to merge 1 commit intomatplotlib:masterfrom
Conversation
|
Can you also remove the Bit surprised that you can import both pyqt and pyside in one process. |
|
#10885 needs to be merged too before removing multiprocessing (or I can rebase the later of the two PRs). |
|
This will basically become obsolete once #11600 or a variant thereof gets merged (we won't be checking for the GUI toolkits during the build at all anymore). |
|
Obsoleted by #11962. |
PR Summary
(yes, having code as strings is a bit ugly, but less that having multiprocessing in setup.py...)
PR Checklist