14
0
forked from pool/python-jedi

- Skip TestSetupReadline.test_import because of gh#davidhalter/jedi#1429

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=46
This commit is contained in:
2019-10-24 18:08:12 +00:00
committed by Git OBS Bridge
parent 19bbe14212
commit ef26b2ca75
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 24 20:07:37 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Skip TestSetupReadline.test_import because of gh#davidhalter/jedi#1429
-------------------------------------------------------------------
Thu Sep 12 17:43:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -69,7 +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
%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details or test_static_analysis or test_os_path_join)"
# 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)"
%files %{python_files}
%doc AUTHORS.txt CHANGELOG.rst README.rst