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
Make the validation test for entry-points work with Python 3.13+
The exception in importlib.metadata has changed.
See python/importlib_metadata#488
This makes an existing test pass with Python 3.13.
Partially fixespypa#4196
0 commit comments