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
I came across this issue when switching from python 3.10.5 to 3.10.9. It manifested as flake8 failure due to missing entry points when flake8-plugin-utils is also installed.
I came across this issue when switching from python 3.10.5 to 3.10.9. It manifested as flake8 failure due to missing entry points when flake8-plugin-utils is also installed.
minimal repro showing the issue:
the fact that both normalized names are identical in 3.10.9 makes
entry_points()miss entry points data from flake8.generally, based on PyPA name normalization spec, I would expect the normalized name for
flake8-plugin-utilsto beflake8-plugin-utils, notflake8.