- 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:
Matej Cepl 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08f8e3f0f0b7249e9fad7e5c41e2113aba44969798a26452ee790c06f155d4ec
size 68434

3
isort-4.3.17.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:268067462aed7eb2a1e237fcb287852f22077de3fb07964e87e00f829eea2d1a
size 68797

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 29 22:13:28 CEST 2019 - Matej Cepl <mcepl@suse.com>
- skip failing tests
- Update to 4.3.17:
- Fixed issue #905 & #919: Import section headers behaving
strangely
-------------------------------------------------------------------
Fri Mar 29 09:41:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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}