- 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:
parent
f716ce4172
commit
fc18e0d4a6
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user