BlueBrain / morph-tool

https://morph-tool.readthedocs.org/
GNU Lesser General Public License v3.0
8 stars 7 forks source link

Fix NestedPool for py38 #60

Closed adrien-berchet closed 3 years ago

adrien-berchet commented 3 years ago

Context

NestedPool fails for Py38

Resolution

Force the group argument to None in the constructor of NestedPool.Process.

adrien-berchet commented 3 years ago

I had to update the CI to make it work both in GitHub and on my local machine. But I don't understand why the py38 tests are not run? (tox just does nothing)

adrien-berchet commented 3 years ago

Any idea @asanin-epfl ?