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:
Markéta Machová 2022-09-12 12:41:09 +00:00 committed by Git OBS Bridge
parent 06c4f2e91b
commit b3f3a13bca

View File

@ -83,9 +83,9 @@ chmod a-x astor/rtrip.py
%check
# https://github.com/berkerpeksag/astor/issues/212
python_donttest="test_huge_int"
python38_donttest="test_huge_int"
# 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}
%pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"}