14
0
forked from pool/python-isort

- skip failing tests

- Update to 4.3.17:
  - Fixed issue #905 & #919: Import section headers behaving
    strangely

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=24
This commit is contained in:
2019-04-29 20:22:27 +00:00
committed by Git OBS Bridge
parent b5de76d209
commit fb8cc2097d
4 changed files with 13 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-isort%{psuffix}
Version: 4.3.16
Version: 4.3.17
Release: 0
Summary: A Python utility / library to sort Python imports
License: MIT
@@ -85,7 +85,7 @@ chmod -x LICENSE
%check
%if %{with test}
%pytest
%pytest -k 'not (test_settings_path_skip_issue_909 or test_standard_library_deprecates_user_issue_778)'
%endif
%if !%{with test}