- Skip flaky test test_static_analysis

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=43
This commit is contained in:
Tomáš Chvátal 2019-09-11 12:03:20 +00:00 committed by Git OBS Bridge
parent 022e7179a0
commit 774c86328b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 11 12:03:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip flaky test test_static_analysis
-------------------------------------------------------------------
Sun Aug 25 17:56:17 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -67,7 +67,8 @@ rm -Rf jedi/third_party
export PYTHONDONTWRITEBYTECODE=1
export LANG="en_US.UTF-8"
# in OBS venv isn't working and builtin completion tests dont work with unbundled typeshed
%pytest -k "not test_venv_and_pths and not test_completion and not test_builtin_details"
# test_static_analysis is flaky
%pytest -k "not test_venv_and_pths and not test_completion and not test_builtin_details and not test_static_analysis"
%files %{python_files}
%doc AUTHORS.txt CHANGELOG.rst README.rst