plone / buildout.coredev

Plone Core Development Buildout
http://docs.plone.org/develop/coredev/docs/
74 stars 75 forks source link

Use latest pip 23, setuptools 67, wheel 0.40 #852

Closed mauritsvanrees closed 1 year ago

mauritsvanrees commented 1 year ago

@jenkins-plone-org please run jobs

mauritsvanrees commented 1 year ago

Note that this does pollute the instance log with more deprecation warnings, like this:

DeprecationWarning: pkg_resources is deprecated as an API

DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('plone')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred
  to `pkg_resources.declare_namespace`.

See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages and https://github.com/zopefoundation/meta/issues/194