diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 |