mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-03 19:04:23 +00:00
chore(core): remove stale blockbuster allowlist for deleted context module (#36168)
Closes #29530 --- Remove a stale BlockBuster allowlist entry in `conftest.py` referencing `aconfig_with_context` — the function and its containing module (`langchain_core/beta/runnables/context.py`) were deleted in `fded6c6b1` (Sep 2025, #32850). Spotted by @antonio-mello-ai in #29530.
This commit is contained in:
@@ -17,9 +17,6 @@ def blockbuster() -> Iterator[BlockBuster]:
|
||||
bb.functions[func]
|
||||
.can_block_in("langchain_core/_api/internal.py", "is_caller_internal")
|
||||
.can_block_in("langchain_core/runnables/base.py", "__repr__")
|
||||
.can_block_in(
|
||||
"langchain_core/beta/runnables/context.py", "aconfig_with_context"
|
||||
)
|
||||
)
|
||||
|
||||
for func in ["os.stat", "io.TextIOWrapper.read"]:
|
||||
|
||||
Reference in New Issue
Block a user