importlib_metadata implementation of Entrypoint.load does not check the requirements of the entrypoint's distribution, unlike pkg_resources (which raises DistributionNotFound if a requirement is missing, or ContextualVersionConflict in case of conflict). If this is expected, then that difference should at least be mentioned in the documentation, since importlib_metadata presents itself as a replacement for pkg_resources' API.
importlib_metadataimplementation ofEntrypoint.loaddoes not check the requirements of the entrypoint's distribution, unlikepkg_resources(which raisesDistributionNotFoundif a requirement is missing, orContextualVersionConflictin case of conflict). If this is expected, then that difference should at least be mentioned in the documentation, sinceimportlib_metadatapresents itself as a replacement forpkg_resources' API.