I have a fixture that mocks a non async function.
@pytest.fixture def publisher_mock(mocker): yield mocker.patch.object(publisher.publisher, \'publish_msg