You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove incorrect skip decorator from alist deserialization test
The test_async_alist_with_deserialization test was incorrectly marked
as skipped with a misleading comment claiming that alist() deserialization
was not addressed in PR #87. However, the fix was already implemented in
the alist() method via _recursive_deserialize() call at line 742 of aio.py.
This commit:
- Removes the @pytest.mark.skip decorator
- Updates the docstring to accurately reflect that the fix is implemented
- Ensures the test runs and validates proper message deserialization
The test passes successfully, confirming that alist() properly deserializes
LangChain messages when listing checkpoints.
0 commit comments