Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes MDAnalysis#2606 Pytest and/or multiprocessing fails to pickle local functions. Found a workaround here: https://bugs.python.org/issue33884 (Basically, moving the local function to the top level.) * the function which is being evaluated in parallel is global now * make parallel test xfail for windows (because even this workaround does not help under windows)
- Loading branch information