- Skip same tests for python-3.12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astor?expand=0&rev=31
This commit is contained in:
Daniel Garcia 2023-09-28 12:10:31 +00:00 committed by Git OBS Bridge
parent f716ce4172
commit fc18e0d4a6
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}