mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 00:24:47 +00:00
python311Packages.python-docx: disable failing test
This commit is contained in:
parent
078074a82a
commit
72205a7859
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user