Update dependency setuptools to v52
This MR contains the following updates:
Package | Update | Change |
---|---|---|
setuptools | major |
==51.3.3 -> ==52.0.0
|
Release Notes
pypa/setuptools
v52.0.0
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 withtox -- -p no:xdist
.
Renovate configuration
-
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.