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
Yes, I see this too. This issue is related to #91. The issue is essentially that the Distribution object exists both in stdlib and in importlib_metadata, far too reminiscent of similar errors encountered between Setuptools and distutils. I'm pretty sure that the fix for #91 will address this issue, so I'm going to close it as duplicate (even though they're coming from a different perspective and symptom).
In GitLab by @kapsh on Oct 12, 2019, 13:15
Run
tox -e py38 -- -fv
Result:
It seems that
isinstance(dist, Distribution)
returns False for some of distributions. This test passes when running on Python 3.7.Python 3.8.0rc1, importlib_metadata 08a3782 (latest master).
The text was updated successfully, but these errors were encountered: