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 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