You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-35831: Support setuptools 68.0.0
In setuptools 68.0.0 deprecation warnings for pkg_resources are issued
with `stacklevel=2` so they belong to the calling module instead of
pkg_resources.
The deprecation warning we filter is reported on `setuptools.sandbox`.
We fix this, otherwise lots of doctests will fail.
URL: #35831
Reported by: Gonzalo Tornaría
Reviewer(s): Matthias Köppe
0 commit comments