zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Buildout bootstrap: ez_setup.py is deprecated #308

Closed htgoebel closed 1 year ago

htgoebel commented 5 years ago

When running bootstrap.py, I get this message:

$ python bootstrap.py 
ez_setup.py is deprecated and when using it setuptools will be pinned to 33.1.1 since it's
the last version that supports setuptools self upgrade/installation, check
https://github.com/pypa/setuptools/issues/581 for more info; use pip to install setuptools
reinout commented 5 years ago

Common buildout issue. It still works, howeverâ„¢ :-)

Ideally we'd clean everything up and use pytest and perhaps pip and remove the doctests... There are some historical artifacts in the code and in the setup.

reinout commented 1 year ago

In the meantime, we've gotten rid of buildout.