mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-isort: Disable one test.
* gnu/packages/python-xyz.scm (python-isort)[arguments]: Disable one additional test. Change-Id: I4c2c81326110cc25779339feb4bc12ea15240357
This commit is contained in:
parent
86bffc7817
commit
a85358775f
1 changed files with 3 additions and 1 deletions
|
@ -25602,7 +25602,9 @@ package attempts to address the shortcomings of @code{isodate}.")
|
|||
(list
|
||||
"not test_gitignore"
|
||||
;; See <https://github.com/PyCQA/isort/issues/2234>.
|
||||
"test_isort_should_warn_on_empty_custom_config_issue_1433")
|
||||
"test_isort_should_warn_on_empty_custom_config_issue_1433"
|
||||
;; Fails because of an unexpected linebreak.
|
||||
"test_black_pyi_file")
|
||||
" and not ")
|
||||
"--ignore=tests/unit/test_deprecated_finders.py")
|
||||
#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue