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
In #116131, I learned that there are some fixtures in importlib.metadata that now appear to have substantial overlap with those in support.os_helper. There was a time when the backport was the dominant implementation and the fixtures needed to stand alone, but as we move to a more stable implementation in the stdlib, the tests should rely on fixtures from the stdlib wherever possible.