-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('pydevd_plugins.extensions')
#1230
Comments
Caused by an update to setuptools v67.3.0 |
The test itself can be fixed by looking for a more specific string, but the issue here is bigger - anything that depends on debugpy will trigger this warning. Apps are generally not affected as |
pkg_resources.declare_namespace('pydevd_plugins.extensions')
Look for more specific text in the output to avoid false positives.
Look for more specific text in the output to avoid false positives.
https://build.opensuse.org/request/show/1072342 by user dgarcia + dimstar_suse - Add setuptools-67.3.0.patch to fix test issues with new setuptools. gh#microsoft/debugpy#1230
Causes test_run_relative_path fails, and the failure is consistent across all platforms, e.g. https://dev.azure.com/debugpy/debugpy/_build/results?buildId=3594&view=logs&j=4b649afe-af30-5b13-56ee-823ad097620f&t=1628023b-a9e3-551b-728a-f87538244b57&l=2498
Seems to be due to:
The text was updated successfully, but these errors were encountered: