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