Closed adrien-berchet closed 3 years ago
NestedPool fails for Py38
Force the group argument to None in the constructor of NestedPool.Process.
group
NestedPool.Process
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)
Any idea @asanin-epfl ?
Context
NestedPool fails for Py38
Resolution
Force the
group
argument to None in the constructor ofNestedPool.Process
.