mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 05:52:15 +00:00
chore(core): unpin packaging dependency (#32032)
Unpin packaging dependency --------- Co-authored-by: ntjohnson1 <24689722+ntjohnson1@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ class TestDocumentIndexerTestSuite(DocumentIndexerTestSuite):
|
||||
class TestAsyncDocumentIndexerTestSuite(AsyncDocumentIndexTestSuite):
|
||||
# Something funky is going on with mypy and async pytest fixture
|
||||
@pytest.fixture
|
||||
async def index(self) -> AsyncGenerator[DocumentIndex, None]: # type: ignore[override]
|
||||
async def index(self) -> AsyncGenerator[DocumentIndex, None]:
|
||||
yield InMemoryDocumentIndex() # noqa: PT022
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user