Accepting request 808522 from devel:languages:python

- Skip two tests on leap not just sp1+

OBS-URL: https://build.opensuse.org/request/show/808522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=24
This commit is contained in:
Yuchen Lin 2020-05-28 07:09:22 +00:00 committed by Git OBS Bridge
commit 9134618513
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 24 08:30:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Skip two tests on leap not just sp1+
-------------------------------------------------------------------
Wed Apr 15 10:03:54 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

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