Le Sat, Apr 19, 2025 at 10:21:12AM +0200, Landry Breuil a écrit : > Le Sat, Apr 19, 2025 at 09:45:37AM +0200, Landry Breuil a écrit : > > Le Wed, Apr 16, 2025 at 09:56:28AM +0200, Renaud Allard a écrit : > > > Here are correct patches and a new needed port py-typing-inspection > > > > > > > > > On 4/16/25 9:42 AM, Renaud Allard wrote: > > > > Sorry, don't use those patches, there is a mistake I just spotted > > > > > > > > On 4/16/25 9:15 AM, Renaud Allard wrote: > > > > > Hello, > > > > > > > > > > Here are diffs for devel/py-pydantic-core and devel/py-pydantic > > > > > which need to be kept in sync. > > > > > Some new requirements which are currently not in ports for test are > > > > > required for test to be successful for -core. > > > > > > > > > > Best Regards > > > > > > > > > > > have you managed running tests ? seems there's another missing TDEP, > > here it fails hard with something that looks like a warning but errors > > out. > > > > INTERNALERROR> pytest.PytestUnknownMarkWarning: Unknown > > pytest.mark.thread_unsafe > > pydantic-core tests also fail with a similar error msg. > > seems thread_unsafe pytest mark comes from > https://github.com/Quansight-Labs/pytest-run-parallel
the dependency on pytest-run-parallel was recently added upstream in https://github.com/pydantic/pydantic/commit/10af6a808c81f15eaac98eb6affe415b726dccb1 and https://github.com/pydantic/pydantic-core/commit/4e824dff52918292d41a68c27c319d809fc3b03b pyproject.toml files are nice in a sense that they somewhat easily allow to figure out dependencies, so one should carefully check them when updating python ports...