MCPcopy Create free account
hub / github.com/pytest-dev/pytest / distributions

Function distributions

testing/test_config.py:986–987  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

984 entry_points = (DummyEntryPoint(),)
985
986 def distributions():
987 return (Distribution(),)
988
989 monkeypatch.setattr(importlib_metadata, "distributions", distributions)
990 with pytest.raises(ImportError):

Callers

nothing calls this directly

Calls 1

DistributionClass · 0.85

Tested by

no test coverage detected