python312Packages.python-docx: suppress DeprecationWarning

This commit is contained in:
Fabian Affolter 2024-01-31 11:28:14 +01:00
parent 72205a7859
commit 3a56a943bf

View File

@ -52,6 +52,11 @@ buildPythonPackage rec {
"it_accepts_unicode_providing_there_is_no_encoding_declaration"
];
pytestFlagsArray = [
"-W"
"ignore::DeprecationWarning"
];
meta = with lib; {
description = "Create and update Microsoft Word .docx files";
homepage = "https://python-docx.readthedocs.io/";