From e496260cb8e72cc1c8db1f60d57f7f79b1628903ac8a808a852abde8b812a723 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 23 Jul 2025 04:12:48 +0000 Subject: [PATCH] - Skip two tests broken upstream by pytest 8.4. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-core?expand=0&rev=21 --- python-pydantic-core.changes | 5 +++++ python-pydantic-core.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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}