14
0

- 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
This commit is contained in:
2025-07-23 04:12:48 +00:00
committed by Git OBS Bridge
parent 2db3ea5f68
commit e496260cb8
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 23 04:12:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Skip two tests broken upstream by pytest 8.4.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 23 05:40:13 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com> Mon Jun 23 05:40:13 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -80,7 +80,8 @@ Pydantic-core is currently around 17x faster than pydantic V1.
%check %check
%if %{with test} %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 %endif
%if %{without test} %if %{without test}