diff --git a/python-pydantic-core.changes b/python-pydantic-core.changes index 0e622fd..c69bc51 100644 --- a/python-pydantic-core.changes +++ b/python-pydantic-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 23 04:12:34 UTC 2025 - Steve Kowalik + +- Skip two tests broken upstream by pytest 8.4. + ------------------------------------------------------------------- Mon Jun 23 05:40:13 UTC 2025 - Daniel Garcia diff --git a/python-pydantic-core.spec b/python-pydantic-core.spec index 7d11c2a..4a0e64b 100644 --- a/python-pydantic-core.spec +++ b/python-pydantic-core.spec @@ -80,7 +80,8 @@ Pydantic-core is currently around 17x faster than pydantic V1. %check %if %{with test} -%pytest_arch +# https://github.com/pydantic/pydantic-core/issues/1755 +%pytest_arch -k 'not (test_keyword_args or test_positional_args)' %endif %if %{without test}