Accepting request 1114089 from devel:languages:python

- Skip same tests for python-3.12

OBS-URL: https://build.opensuse.org/request/show/1114089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astor?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2023-09-29 19:12:52 +00:00 committed by Git OBS Bridge
commit ccbf3a1ba8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 28 12:10:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Skip same tests for python-3.12
-------------------------------------------------------------------
Fri Apr 21 12:22:08 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -87,6 +87,7 @@ python38_donttest="test_huge_int"
python39_donttest="${python38_donttest} or test_convert_stdlib"
python310_donttest=${python39_donttest}
python311_donttest=${python310_donttest}
python312_donttest=${python311_donttest}
%pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"}
%files %{python_files}