nipype
                                
                                 nipype copied to clipboard
                                
                                    nipype copied to clipboard
                            
                            
                            
                        Restore multiproc tests in Python 3.8+
#3154 saw some reductions in testing scope to avoid hanging tests, which presents us with Python 3.7's EOL as a kind of bit-rot cliff.
It looks like we're not the only ones to have had this problem (https://github.com/scipy/scipy/issues/11835 / https://github.com/scipy/scipy/pull/11836), so we should make another attempt to recover these tests.
HT @tclose for finding these issues.