Accepting request 941498 from home:bnavigator:python-rpm-macros

- Also skip convert_stdlib in python310: still not fixed

OBS-URL: https://build.opensuse.org/request/show/941498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astor?expand=0&rev=22
This commit is contained in:
Steve Kowalik 2021-12-20 03:09:42 +00:00 committed by Git OBS Bridge
parent f769d5bdd8
commit 8bcaf7d58d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 12 18:45:55 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Also skip convert_stdlib in python310: still not fixed
-------------------------------------------------------------------
Fri Mar 19 19:13:12 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -84,6 +84,7 @@ chmod a-x astor/rtrip.py
%check
# https://github.com/berkerpeksag/astor/issues/196
python39_donttest="test_convert_stdlib"
python310_donttest=${python39_donttest}
%pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"}
%files %{python_files}