- Again tweak failing tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal 2019-05-07 08:06:31 +00:00 committed by Git OBS Bridge
parent f93a23df12
commit 8c822730a4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 7 08:06:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Again tweak failing tests
-------------------------------------------------------------------
Fri May 3 18:09:41 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -85,7 +85,7 @@ chmod -x LICENSE
%check
%if %{with test}
%pytest -k 'not (test_settings_path_skip_issue_909 or test_standard_library_deprecates_user_issue_778)'
%pytest -k 'not (test_settings_path_skip_issue_909 or test_standard_library_deprecates_user_issue_778 or test_skip_paths_issue_938 or test_requirements_finder)'
%endif
%if !%{with test}