Skip to content

Update dependency setuptools to v52

Botaniker (Bot) requested to merge renovate/setuptools-52.x into master

This MR contains the following updates:

Package Update Change
setuptools major ==51.3.3 -> ==52.0.0

Release Notes

pypa/setuptools

v52.0.0

Compare Source

Breaking Changes ^^^^^^^^^^^^^^^^

  • #​2537: Remove fallback support for fetch_build_eggs using easy_install. Now pip is required for setup_requires to succeed.
  • #​2544: Removed 'easy_install' top-level model (runpy entry point) and 'easy_install' console script.
  • #​2545: Removed support for eggsecutables.

Changes ^^^^^^^

  • #​2459: Tests now run in parallel via pytest-xdist, completing in about half the time. Special thanks to :user:webknjaz for hard work implementing test isolation. To run without parallelization, disable the plugin with tox -- -p no:xdist.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

Merge request reports