Submission checklist
Package (Required)
Related Issues / PRs
No response
Reproduction Steps / Example Code (Python)
- Run this command in libs/core directory:
- pytest tests/unit_tests/runnables/test_runnable_events_v1.py::test_sync_in_sync_lambdas -v
- Expected: Test passes (currently shows XPASS - passes but marked xfail)
Error Message and Stack Trace (if applicable)
tests/unit_tests/runnables/test_runnable_events_v1.py::test_sync_in_sync_lambdas XPASS
Description
- The test test_sync_in_sync_lambdas in libs/core/tests/unit_tests/runnables/test_runnable_events_v1.py:2152 is marked with @pytest.mark.xfail but now passes (shows XPASS).
- Current behavior: Test shows XPASS (passes but marked as expected to fail)
- Expected behavior: Test runs as a normal passing test (no xfail marker)
- Reason: The xfail reason was "missing functionality in _transform_stream_with_config" , that functionality has been implemented since the xfail was added.
System Info
System Information
OS: Linux
OS Version: #1 SMP PREEMPT_DYNAMIC Tue, 11 Aug 2026 09:16:08 +0000
Python Version: 3.12.12 (main, Feb 12 2026, 00:42:14) [Clang 21.1.4 ]
Package Information
langchain_core: 1.5.3
langsmith: 0.8.18
langchain_protocol: 0.0.17
langchain_tests: 1.1.9
langchain_text_splitters: 1.1.2
Optional packages not installed
deepagents
deepagents-cli
Other Dependencies
httpx: 0.28.1
jsonpatch: 1.33
numpy: 2.3.5
orjson: 3.11.6
packaging: 26.0
pydantic: 2.12.5
pytest: 9.0.3
pytest-asyncio: 1.3.0
pytest-benchmark: 5.2.3
pytest-codspeed: 4.3.0
pytest-recording: 0.13.4
pytest-socket: 0.7.0
pyyaml: 6.0.3
requests: 2.33.0
requests-toolbelt: 1.0.0
rich: 14.2.0
syrupy: 5.1.0
tenacity: 9.1.4
typing-extensions: 4.15.0
uuid-utils: 0.16.0
vcrpy: 8.2.1
websockets: 16.0
wrapt: 2.0.1
xxhash: 3.6.0
zstandard: 0.25.0
Social handles (optional)
No response
Submission checklist
Package (Required)
Related Issues / PRs
No response
Reproduction Steps / Example Code (Python)
Error Message and Stack Trace (if applicable)
Description
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
Social handles (optional)
No response