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
In #3154, several tests had to be marked skip, xfail or timeout to deal with some new quirk of multiprocessing. It seems likely to be a combination of the following:
Python 3.8 multiprocessing module
pytest subprocesses (xdist)
Nipype configurations for setting up concurrent.futures and multiprocessing in the MultiProc/LegacyMultiProc plugins
The text was updated successfully, but these errors were encountered:
In #3154, several tests had to be marked
skip
,xfail
ortimeout
to deal with some new quirk of multiprocessing. It seems likely to be a combination of the following:multiprocessing
moduleconcurrent.futures
andmultiprocessing
in theMultiProc
/LegacyMultiProc
pluginsThe text was updated successfully, but these errors were encountered: