collective / collective.workspace

Restricted workspaces for Plone
7 stars 11 forks source link

fix_workspace_members: Use list comprehension instead of generator. #45

Closed reinhardt closed 3 years ago

reinhardt commented 3 years ago

Fixes "RuntimeError: the bucket being iterated changed size" Fixes #44

ale-rt commented 3 years ago

Unluckily the build fails on Python 3. It would be great to fix it before merging

reinhardt commented 3 years ago

Travis fails with

Error: The requirement ('importlib-metadata>=1') is not allowed by your [versions] constraint (0.20)

This doesn't look related to the change.

ale-rt commented 3 years ago

Yeah, it is some test setup issue.