Closed jensens closed 2 years ago
buildout.coredev 5.0 is broken because of the diazo dependency on future from future.utils import six. Found while running./bin/alltests-at
from future.utils import six
./bin/alltests-at
works with future 0.13.1 https://pypi.python.org/pypi/future/0.13.1 broken with future 0.14.0 https://pypi.python.org/pypi/future/0.14.0
I pinned the version in Plone coredev 5.0 to 0.13.1.
Please fix it and update version pin in coredevs versions.cfg.
versions.cfg
buildout.coredev 5.0 is broken because of the diazo dependency on future
from future.utils import six
. Found while running./bin/alltests-at
works with future 0.13.1 https://pypi.python.org/pypi/future/0.13.1 broken with future 0.14.0 https://pypi.python.org/pypi/future/0.14.0
I pinned the version in Plone coredev 5.0 to 0.13.1.
Please fix it and update version pin in coredevs
versions.cfg
.