14
0

Accepting request 1295195 from devel:languages:python

- Skip two tests broken upstream by pytest 8.4.

OBS-URL: https://build.opensuse.org/request/show/1295195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydantic-core?expand=0&rev=10
This commit is contained in:
2025-07-24 16:34:39 +00:00
committed by Git OBS Bridge
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>

View File

@@ -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}