almost... learning how the rpm logic works :)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astor?expand=0&rev=25
This commit is contained in:
parent
06c4f2e91b
commit
b3f3a13bca
@ -83,9 +83,9 @@ chmod a-x astor/rtrip.py
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# https://github.com/berkerpeksag/astor/issues/212
|
# https://github.com/berkerpeksag/astor/issues/212
|
||||||
python_donttest="test_huge_int"
|
python38_donttest="test_huge_int"
|
||||||
# https://github.com/berkerpeksag/astor/issues/196
|
# https://github.com/berkerpeksag/astor/issues/196
|
||||||
python39_donttest="${python_donttest} or test_convert_stdlib"
|
python39_donttest="${python38_donttest} or test_convert_stdlib"
|
||||||
python310_donttest=${python39_donttest}
|
python310_donttest=${python39_donttest}
|
||||||
%pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"}
|
%pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user