Files
langchain/libs/standard-tests/langchain_tests/base.py
Mason Daugherty 269d628d9c fix(standard-tests): recognize parametrize-nested xfails in override check (#37613)
`test_no_overrides_DO_NOT_OVERRIDE` only treated an override as valid
when the method itself carried an `@pytest.mark.xfail(reason=...)`.
Overrides that re-parametrize a standard test and xfail only a subset of
cases via `pytest.param(..., marks=pytest.mark.xfail(...))` were
rejected.
2026-05-21 14:14:48 -05:00

2.8 KiB