SHA256
1
0
forked from pool/python-isort

Accepting request 1152081 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1152081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=43
This commit is contained in:
Ana Guerrero 2024-02-27 21:48:45 +00:00 committed by Git OBS Bridge
commit 0a284ff1c1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 08:59:27 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Disable black output test: gh#PyCQA/isort#2233
-------------------------------------------------------------------
Mon Jan 15 17:50:47 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -131,6 +131,8 @@ donttest+=" or (test_hypothesmith and test_isort_is_idempotent)"
# It's a deprecated finder for isort so we drop it
# https://github.com/sarugaku/requirementslib/issues/288
donttest+=" or (test_deprecated_finders and test_pipfile_finder)"
# https://github.com/PyCQA/isort/issues/2233
donttest+=" or test_black_pyi_file"
ORIGPATH=$PATH
%{python_expand # install isort and required example projects into custom root