From b3f3a13bca3787b015f5a6c4251018864b14069f2a0d8ce1230d5510c5faf491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 12 Sep 2022 12:41:09 +0000 Subject: [PATCH] almost... learning how the rpm logic works :) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astor?expand=0&rev=25 --- python-astor.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-astor.spec b/python-astor.spec index 33e5175..8dd7084 100644 --- a/python-astor.spec +++ b/python-astor.spec @@ -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})"}