inflect/__init__.py::inflect.engine.compare test fails with pydantic-core >= 2.12
jhatler opened this issue · 1 comments
jhatler commented
The below PR on pydantic-core introduced a change to the validation error messages which breaks the inflect/init.py::inflect.engine.compare test.
The test breaks because the error message defined at the below line is plural when the number "1" is used, which is grammatically incorrect.
Line 2469 in eff29a4