SHA256
1
0
forked from pool/python-isort

- Skip test test_pipfile_finder upstream is aware for 6 months

and just pinned older version of tomlkit

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal 2019-09-12 17:51:23 +00:00 committed by Git OBS Bridge
parent fb6d9e7120
commit 0b64c0b57a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 12 17:51:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip test test_pipfile_finder upstream is aware for 6 months
and just pinned older version of tomlkit
-------------------------------------------------------------------
Sun Jun 30 13:17:40 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -84,8 +84,9 @@ chmod -x LICENSE
%endif
%check
# test_pipfile_finder - broken upstrem in tomlkit
%if %{with test}
%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)'
%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 or test_pipfile_finder)'
%endif
%if !%{with test}