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:
commit
0a284ff1c1
@ -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>
|
Mon Jan 15 17:50:47 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -131,6 +131,8 @@ donttest+=" or (test_hypothesmith and test_isort_is_idempotent)"
|
|||||||
# It's a deprecated finder for isort so we drop it
|
# It's a deprecated finder for isort so we drop it
|
||||||
# https://github.com/sarugaku/requirementslib/issues/288
|
# https://github.com/sarugaku/requirementslib/issues/288
|
||||||
donttest+=" or (test_deprecated_finders and test_pipfile_finder)"
|
donttest+=" or (test_deprecated_finders and test_pipfile_finder)"
|
||||||
|
# https://github.com/PyCQA/isort/issues/2233
|
||||||
|
donttest+=" or test_black_pyi_file"
|
||||||
|
|
||||||
ORIGPATH=$PATH
|
ORIGPATH=$PATH
|
||||||
%{python_expand # install isort and required example projects into custom root
|
%{python_expand # install isort and required example projects into custom root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user