python311Packages.python-docx: disable failing test

This commit is contained in:
Fabian Affolter 2024-01-31 10:01:27 +01:00
parent 078074a82a
commit 72205a7859

View File

@ -47,6 +47,11 @@ buildPythonPackage rec {
"docx"
];
disabledTests = [
# https://github.com/python-openxml/python-docx/issues/1302
"it_accepts_unicode_providing_there_is_no_encoding_declaration"
];
meta = with lib; {
description = "Create and update Microsoft Word .docx files";
homepage = "https://python-docx.readthedocs.io/";