plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

Remove effbot.org/downloads from find-links #540

Closed fredvd closed 1 year ago

fredvd commented 1 year ago

No longer online. Fredrik Lundh passed away in 2021. IIRC this was added for some special packages needed for Plone 3 & 4. Nowadays everything is on PyPI.

mauritsvanrees commented 1 year ago

This fails due to tox 4. The initial error should be fixed by replacing whitelist_externals with allowlist_external in tox.ini. But @MrTango is working on a PR to fix CI: #538. So maybe more is needed.

MrTango commented 1 year ago

now it works, the problem last time was, that the GitHub plugin for tox was not compatible with the version 4 of tox. the release was done, now it works.