This commit is contained in:
Eugene Yurtsev
2024-07-19 14:59:53 -04:00
parent 2962d91beb
commit 73d7bd9282

View File

@@ -22,6 +22,7 @@ class TestDocumentIndexerTestSuite(DocumentIndexerTestSuite):
class TestAsyncDocumentIndexerTestSuite(AsyncDocumentIndexerTestSuite):
# Something funky is going on with mypy and async pytest fixture
@pytest.fixture()
async def indexer(self) -> AsyncGenerator[AsyncDocumentIndexer, None]:
async def indexer(self) -> AsyncGenerator[AsyncDocumentIndexer, None]: # type: ignore
yield AsyncInMemoryDocumentIndexer()