()
| 984 | entry_points = (DummyEntryPoint(),) |
| 985 | |
| 986 | def distributions(): |
| 987 | return (Distribution(),) |
| 988 | |
| 989 | monkeypatch.setattr(importlib_metadata, "distributions", distributions) |
| 990 | with pytest.raises(ImportError): |
nothing calls this directly
no test coverage detected