diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-03 15:20:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:33 +0100 |
commit | a85358775f98b8826f03797764049542c5e98067 (patch) | |
tree | c83957a10c9508acbf5cd2f71d09d48f9fe7ac75 | |
parent | 86bffc7817a3328f5a722491611a80c1f5476b59 (diff) |
gnu: python-isort: Disable one test.
* gnu/packages/python-xyz.scm (python-isort)[arguments]: Disable one
additional test.
Change-Id: I4c2c81326110cc25779339feb4bc12ea15240357
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e37c38b501..1b4555640a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |