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:
Ricardo Wurmus 2025-01-03 15:20:32 +01:00
parent 86bffc7817
commit a85358775f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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