We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d49c4 commit cf96cf3Copy full SHA for cf96cf3
services/dynamic-scheduler/tests/conftest.py
@@ -120,6 +120,11 @@ def disable_status_monitor_lifespan(mocker: MockerFixture) -> None:
120
mocker.patch(f"{_EVENTS_MODULE}.status_monitor_lifespan")
121
122
123
+@pytest.fixture
124
+def disable_generic_scheduler_lifespan(mocker: MockerFixture) -> None:
125
+ mocker.patch(f"{_EVENTS_MODULE}.get_generic_scheduler_lifespans")
126
+
127
128
@pytest.fixture
129
def disable_postgres_lifespan(
130
mocker: MockerFixture, monkeypatch: pytest.MonkeyPatch
0 commit comments