From 728098438e31be583aafdb06ccb24930238bb7f0bd157b3b8a260c34d5253af8 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 19 May 2020 14:07:12 +0000 Subject: [PATCH 1/2] skip erroneous discovery in leap 15.2 too OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=67 --- python-jedi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-jedi.spec b/python-jedi.spec index 45c4347..c32fa69 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -70,8 +70,8 @@ skiptests+=" or test_sqlite3_conversion" skiptests+=" or test_speed" # fails on some architectures skiptests+=" or test_init_extension_module" -%if 0%{?sle_version} == 150100 - # the python 2 pytest test discovery in Leap 15.1 and SLE15 SP1 +%if 0%{?suse_version} == 1500 + # the python 2 pytest test discovery in Leap 15 and SLE15 # trips on purposely placed syntax errors in test/completion/imports.py %define pytestignore --ignore test/__init__.py %endif From 744e05d8a0a3f3ce9d3d79f33161403546f5ceef00f42021026a861746298e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 24 May 2020 08:31:09 +0000 Subject: [PATCH 2/2] - Skip two tests on leap not just sp1+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=68 --- python-jedi.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-jedi.changes b/python-jedi.changes index b258c8b..7f73c40 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 24 08:30:33 UTC 2020 - Tomáš Chvátal + +- Skip two tests on leap not just sp1+ + ------------------------------------------------------------------- Wed Apr 15 10:03:54 UTC 2020 - Benjamin Greiner