Accepting request 750559 from devel:languages:python
- So, this is completely boring, non-offensive changelog record, which says, that I have also add previously missing skip over test_compiled_signature test case, because of gh#davidhalter/jedi#1429 OBS-URL: https://build.opensuse.org/request/show/750559 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=17
This commit is contained in:
commit
7317e60542
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 17:06:14 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- So, this is completely boring, non-offensive changelog record,
|
||||
which says, that I have also add previously missing skip over
|
||||
test_compiled_signature test case, because of
|
||||
gh#davidhalter/jedi#1429
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 20:07:37 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jedi
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -69,8 +69,8 @@ export LANG="en_US.UTF-8"
|
||||
# in OBS venv isn't working and builtin completion tests dont work with unbundled typeshed
|
||||
# test_static_analysis is flaky
|
||||
# test_os_path_join is time based
|
||||
# test_import gh#davidhalter/jedi#1429
|
||||
%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details or test_static_analysis or test_os_path_join or test_import)"
|
||||
# test_import and test_compiled_signature gh#davidhalter/jedi#1429
|
||||
%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details or test_static_analysis or test_os_path_join or test_import or test_compiled_signature)"
|
||||
|
||||
%files %{python_files}
|
||||
%doc AUTHORS.txt CHANGELOG.rst README.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user