Accepting request 941565 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/941565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astor?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2021-12-25 19:16:30 +00:00 committed by Git OBS Bridge
commit 98d10e69d8
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}